pub(crate) type GPURenderBundleEncoderDescriptor = GPURenderBundleEncoderDescriptor;
Aliased Type§
pub(crate) struct GPURenderBundleEncoderDescriptor {
pub parent: GPURenderPassLayout,
pub depthReadOnly: bool,
pub stencilReadOnly: bool,
}
Fields§
§parent: GPURenderPassLayout
§depthReadOnly: bool
§stencilReadOnly: bool