Render Bundle Encoder Descriptor
data class RenderBundleEncoderDescriptor(val label: String? = null, val colorFormats: List<TextureFormat>, val depthStencilFormat: TextureFormat, val sampleCount: GPUSize32, val depthReadOnly: Boolean = false, val stencilReadOnly: Boolean = false)
Constructors
Link copied to clipboard
constructor(label: String? = null, colorFormats: List<TextureFormat>, depthStencilFormat: TextureFormat, sampleCount: GPUSize32, depthReadOnly: Boolean = false, stencilReadOnly: Boolean = false)