Class XrEventDataPassthroughStateChangedFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataPassthroughStateChangedFB>
org.lwjgl.openxr.XrEventDataPassthroughStateChangedFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataPassthroughStateChangedFB extends org.lwjgl.system.Struct<XrEventDataPassthroughStateChangedFB> implements org.lwjgl.system.NativeResource
An event for passthrough state changes.
Member Descriptions
  • type is the XrStructureType of this structure.
  • next is NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.
  • flags XrPassthroughStateChangedFlagsFB that specify additional behavior.
Valid Usage (Implicit)

Layout


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