Class XrEventDataPassthroughStateChangedFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataPassthroughStateChangedFB extends Struct<XrEventDataPassthroughStateChangedFB> implements NativeResource

 struct XrEventDataPassthroughStateChangedFB {
     XrStructureType type;
     void const * next;
     XrPassthroughStateChangedFlagsFB flags;
 }