Render_pass.Descriptor
Descriptors.
The type for GPURenderPassDescriptor
objects.
val v :
?label:Jstr.t ->
?depth_stencil_attachment:Depth_stencil_attachment.t ->
?occlusion_query_set:Query.Set.t ->
?timestamp_writes:Timestamp_writes.t ->
?max_draw_count:int ->
color_attachments:Color_attachment.t list ->
unit ->
t
v
constructs a GPURenderPassDescriptor
objects with given parameters.