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§
Sourceunsafe fn cmd_set_depth_bias2_ext(
&self,
command_buffer: CommandBuffer,
depth_bias_info: &DepthBiasInfoEXT,
)
unsafe fn cmd_set_depth_bias2_ext( &self, command_buffer: CommandBuffer, depth_bias_info: &DepthBiasInfoEXT, )
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.