View.Descriptor
Texture view descriptors.
The type for GPUTextureViewDescriptor
objects.
val v :
?label:Jstr.t ->
?format:Format.t ->
?dimension:Extent_3d.t ->
?aspect:Aspect.t ->
?base_mip_level:int ->
?mip_level_count:int ->
?base_array_layer:int ->
?array_layer_count:int ->
unit ->
t
v
constructs a GPUTextureViewDescriptor
object with given parameters.