ExtImageCompressionControlExtensionDeviceCommands

Trait ExtImageCompressionControlExtensionDeviceCommands 

Source
pub trait ExtImageCompressionControlExtensionDeviceCommands: DeviceV1_0 {
    // Provided method
    unsafe fn get_image_subresource_layout2_ext(
        &self,
        image: Image,
        subresource: &ImageSubresource2,
        layout: &mut SubresourceLayout2,
    ) { ... }
}
Expand description

The device-level commands added by EXT_IMAGE_COMPRESSION_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§