RenderBundleEncoderDescriptor

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)

Properties

Link copied to clipboard
Link copied to clipboard
val depthReadOnly: Boolean = false
Link copied to clipboard
Link copied to clipboard
val label: String? = null
Link copied to clipboard
Link copied to clipboard