Class XrTilePropertiesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrTilePropertiesMETA extends Struct<XrTilePropertiesMETA> implements NativeResource
struct XrTilePropertiesMETA {
    XrStructureType type;
    void * next;
    XrExtent3DiMETA tileDimensions;
    XrExtent2Di apronDimensions;
    XrOffset2Di origin;
}