Class XrPassthroughLayerMeshANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrPassthroughLayerMeshANDROID extends Struct<XrPassthroughLayerMeshANDROID> implements NativeResource
struct XrPassthroughLayerMeshANDROID {
    XrStructureType type;
    void const * next;
    XrWindingOrderANDROID windingOrder;
    uint32_t vertexCount;
    XrVector3f const * vertices;
    uint32_t indexCount;
    uint16_t const * indices;
}