Class XrEnvironmentDepthHandRemovalSetInfoMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthHandRemovalSetInfoMETA extends Struct<XrEnvironmentDepthHandRemovalSetInfoMETA> implements NativeResource
struct XrEnvironmentDepthHandRemovalSetInfoMETA {
    XrStructureType type;
    void const * next;
    XrBool32 enabled;
}