ExtImageDrmFormatModifierExtensionDeviceCommands

Trait ExtImageDrmFormatModifierExtensionDeviceCommands 

Source
pub trait ExtImageDrmFormatModifierExtensionDeviceCommands: DeviceV1_0 {
    // Provided method
    unsafe fn get_image_drm_format_modifier_properties_ext(
        &self,
        image: Image,
        properties: &mut ImageDrmFormatModifierPropertiesEXT,
    ) -> VkResult<()> { ... }
}
Expand description

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