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;
     {@link XrSwapchainSubImage XrSwapchainSubImage} subImage;
     {@link XrPosef XrPosef} pose;
     {@link XrExtent2Df XrExtent2Df} size;
 }