C Specification

The XrTilePropertiesHintMETA structure is defined as:

// Provided by XR_META_tile_properties_hint
typedef struct XrTilePropertiesHintMETA {
    XrStructureType                type;
    void*                          next;
    uint32_t                       propertiesCount;
    const XrTilePropertiesMETA*    properties;
} XrTilePropertiesHintMETA;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain.

  • propertiesCount is the number of properties in the properties array.

  • properties is an array of XrTilePropertiesMETA corresponding to a single render pass.

Description

Each XrTilePropertiesMETA in the XrTilePropertiesHintMETA::properties array should correspond to a VkTilePropertiesQCOM passed by vkGetDynamicRenderingTilePropertiesQCOM or vkGetFramebufferTilePropertiesQCOM.

Valid Usage (Implicit)

See Also

Document Notes

For more information, see the OpenXR Specification

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright 2014-2026 The Khronos Group Inc.