Skip to main content

ExtDepthBiasControlExtensionDeviceCommands

Trait ExtDepthBiasControlExtensionDeviceCommands 

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

The device-level commands added by EXT_DEPTH_BIAS_CONTROL_EXTENSION.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§