package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Gpu.Render_pipelineSource

Render pipelines.

Sourcemodule Descriptor : sig ... end

Descriptors.

Sourcetype t

The type for GPURenderPipeline objects.

Sourceval label : t -> Jstr.t

label p is the label of p.

Sourceval get_bind_group_layout : t -> int -> Bind_group.Layout.t

get_bind_group_layout p i gets the bind group layout i of p.