pub trait ExtColorWriteEnableExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_COLOR_WRITE_ENABLE_EXTENSION;

    // Provided method
    unsafe fn cmd_set_color_write_enable_ext(
        &self,
        command_buffer: CommandBuffer,
        color_write_enables: &[Bool32]
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_COLOR_WRITE_ENABLE_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§