Class XrSystemEnvironmentDepthPropertiesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemEnvironmentDepthPropertiesMETA extends Struct<XrSystemEnvironmentDepthPropertiesMETA> implements NativeResource

 struct XrSystemEnvironmentDepthPropertiesMETA {
     XrStructureType type;
     void * next;
     XrBool32 supportsEnvironmentDepth;
     XrBool32 supportsHandRemoval;
 }