pub trait ExtDepthBiasControlExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_DEPTH_BIAS_CONTROL_EXTENSION;

    // Provided method
    unsafe fn cmd_set_depth_bias2_ext(
        &self,
        command_buffer: CommandBuffer,
        depth_bias_info: &DepthBiasInfoEXT
    ) { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_DEPTH_BIAS_CONTROL_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§