Class XrSystemPassthroughLayerPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemPassthroughLayerPropertiesANDROID extends Struct<XrSystemPassthroughLayerPropertiesANDROID> implements NativeResource
struct XrSystemPassthroughLayerPropertiesANDROID {
    XrStructureType type;
    void * next;
    XrBool32 supportsPassthroughLayer;
    uint32_t maxMeshIndexCount;
    uint32_t maxMeshVertexCount;
}