Class XrSystemPlaneDetectionPropertiesEXT

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

public class XrSystemPlaneDetectionPropertiesEXT extends org.lwjgl.system.Struct<XrSystemPlaneDetectionPropertiesEXT> implements org.lwjgl.system.NativeResource
System Properties of the Plane Detection extension.
Valid Usage (Implicit)
See Also

XrSystemProperties

Layout


 struct XrSystemPlaneDetectionPropertiesEXT {
     XrStructureType type();
     void * next();
     XrPlaneDetectionCapabilityFlagsEXT supportedFeatures();
 }