Class XrTilePropertiesHintMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrTilePropertiesHintMETA extends Struct<XrTilePropertiesHintMETA> implements NativeResource
struct XrTilePropertiesHintMETA {
    XrStructureType type;
    void * next;
    uint32_t propertiesCount;
    XrTilePropertiesMETA const * properties;
}