Class XrCompositionLayerQuad

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerQuad extends Struct<XrCompositionLayerQuad> implements NativeResource
struct XrCompositionLayerQuad {
    XrStructureType type;
    void const * next;
    XrCompositionLayerFlags layerFlags;
    XrSpace space;
    XrEyeVisibility eyeVisibility;
    XrSwapchainSubImage subImage;
    XrPosef pose;
    XrExtent2Df size;
}