Class XrCompositionLayerPassthroughHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerPassthroughHTC extends Struct<XrCompositionLayerPassthroughHTC> implements NativeResource

 struct XrCompositionLayerPassthroughHTC {
     XrStructureType type;
     void const * next;
     XrCompositionLayerFlags layerFlags;
     XrSpace space;
     XrPassthroughHTC passthrough;
     {@link XrPassthroughColorHTC XrPassthroughColorHTC} color;
 }