fn validate_render_bundle_encoder_descriptor(
desc: &RenderBundleEncoderDescriptor<'_>,
device: Option<&Arc<Device>>,
) -> Result<(bool, bool), CreateRenderBundleError>Expand description
Validate a render bundle descriptor.
The underlying device is required to fully validate the descriptor.
If omitted, some validation will be skipped.
Returns a tuple (is_depth_read_only, is_stencil_read_only).