Class XrEnvironmentDepthHandRemovalSetInfoMETA

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

public class XrEnvironmentDepthHandRemovalSetInfoMETA extends org.lwjgl.system.Struct<XrEnvironmentDepthHandRemovalSetInfoMETA> implements org.lwjgl.system.NativeResource
XrEnvironmentDepthHandRemovalSetInfoMETA.
Description

This structure contains options passed to SetEnvironmentDepthHandRemovalMETA.

Valid Usage (Implicit)
See Also

SetEnvironmentDepthHandRemovalMETA

Layout


 struct XrEnvironmentDepthHandRemovalSetInfoMETA {
     XrStructureType type();
     void const * next();
     XrBool32 enabled();
 }