Module Gpu.Render_pipeline

Render pipelines.

module Descriptor : sig ... end

Descriptors.

type t

The type for GPURenderPipeline objects.

val label : t -> Jstr.t

label p is the label of p.

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

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