Class XrSpatialComponentMesh3DListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentMesh3DListEXT extends Struct<XrSpatialComponentMesh3DListEXT> implements NativeResource

 struct XrSpatialComponentMesh3DListEXT {
     XrStructureType type;
     void * next;
     uint32_t meshCount;
     XrSpatialMeshDataEXT * meshes;
 }