Compute_pipeline.Descriptor
Descriptors.
The type for GPUComputePipelineDescriptor
objects.
val v :
?label:Jstr.t ->
layout:[ `Auto | `Layout of Pipeline_layout.t ] ->
compute:Programmable_stage.t ->
unit ->
t
v
constructs a GPUComputePipelineDescriptor
object with given parameters.