pub trait ExtDepthClampControlExtensionDeviceCommands: DeviceV1_0 {
// Provided method
unsafe fn cmd_set_depth_clamp_range_ext(
&self,
command_buffer: CommandBuffer,
depth_clamp_mode: DepthClampModeEXT,
depth_clamp_range: Option<&DepthClampRangeEXT>,
) { ... }
}Expand description
The device-level commands added by EXT_DEPTH_CLAMP_CONTROL_EXTENSION.
Provided Methods§
Sourceunsafe fn cmd_set_depth_clamp_range_ext(
&self,
command_buffer: CommandBuffer,
depth_clamp_mode: DepthClampModeEXT,
depth_clamp_range: Option<&DepthClampRangeEXT>,
)
unsafe fn cmd_set_depth_clamp_range_ext( &self, command_buffer: CommandBuffer, depth_clamp_mode: DepthClampModeEXT, depth_clamp_range: Option<&DepthClampRangeEXT>, )
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.