Class XrEnvironmentDepthSwapchainStateMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEnvironmentDepthSwapchainStateMETA extends Struct<XrEnvironmentDepthSwapchainStateMETA> implements NativeResource
struct XrEnvironmentDepthSwapchainStateMETA {
    XrStructureType type;
    void * next;
    uint32_t width;
    uint32_t height;
}