pub trait QcomTilePropertiesExtension: DeviceV1_0 {
    const METADATA: Extension = QCOM_TILE_PROPERTIES_EXTENSION;

    // Provided methods
    unsafe fn get_dynamic_rendering_tile_properties_qcom(
        &self,
        rendering_info: &RenderingInfo,
        properties: &mut TilePropertiesQCOM
    ) -> VkResult<()> { ... }
    unsafe fn get_framebuffer_tile_properties_qcom(
        &self,
        framebuffer: Framebuffer
    ) -> VkResult<Vec<TilePropertiesQCOM>> { ... }
}
Expand description

Provided Associated Constants§

source

const METADATA: Extension = QCOM_TILE_PROPERTIES_EXTENSION

The metadata for this extension.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§