pub trait ExtImageDrmFormatModifierExtension: DeviceV1_0 {
    const METADATA: Extension = EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION;

    // Provided method
    unsafe fn get_image_drm_format_modifier_properties_ext(
        &self,
        image: Image
    ) -> VkResult<ImageDrmFormatModifierPropertiesEXT> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = EXT_IMAGE_DRM_FORMAT_MODIFIER_EXTENSION

The metadata for this extension.

Provided Methods§

Implementors§