Function Prototype

vkGetDynamicRenderingTilePropertiesQCOM

Get the properties when using dynamic rendering

To query the tile properties when using dynamic rendering, call:

VkResult vkGetDynamicRenderingTilePropertiesQCOM(
    VkDevice device,
    const VkRenderingInfo* pRenderingInfo,
    VkTilePropertiesQCOM* pProperties);
  • device is a logical device associated with the render pass.
  • pRenderingInfo is a pointer to the VkRenderingInfo structure specifying details of the render pass instance in dynamic rendering.
  • pProperties is a pointer to a VkTilePropertiesQCOM structure in which the properties are returned.

Valid Usage (Implicit)