Class XrPassthroughLayerCreateInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughLayerCreateInfoFB extends Struct<XrPassthroughLayerCreateInfoFB> implements NativeResource

 struct XrPassthroughLayerCreateInfoFB {
     XrStructureType type;
     void const * next;
     XrPassthroughFB passthrough;
     XrPassthroughFlagsFB flags;
     XrPassthroughLayerPurposeFB purpose;
 }