Class XrPassthroughLayerCreateInfoANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughLayerCreateInfoANDROID extends Struct<XrPassthroughLayerCreateInfoANDROID> implements NativeResource
struct XrPassthroughLayerCreateInfoANDROID {
    XrStructureType type;
    void const * next;
    uint32_t vertexCapacity;
    uint32_t indexCapacity;
}