fn validate_render_bundle_encoder_descriptor(
desc: &RenderBundleEncoderDescriptor<'_>,
device: &Arc<Device>,
) -> Result<(bool, bool), CreateRenderBundleError>Expand description
Validate a render bundle descriptor.
Returns a tuple (is_depth_read_only, is_stencil_read_only).