Gpu.Render_pipeline
Render pipelines.
module Descriptor : sig ... end
Descriptors.
The type for GPURenderPipeline
objects.
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
.