Class XrCompositionLayerPassthroughFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerPassthroughFB extends Struct<XrCompositionLayerPassthroughFB> implements NativeResource

 struct XrCompositionLayerPassthroughFB {
     XrStructureType type;
     void const * next;
     XrCompositionLayerFlags flags;
     XrSpace space;
     XrPassthroughLayerFB layerHandle;
 }