Class XrSpatialComponentMesh2DListEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentMesh2DListEXT extends Struct<XrSpatialComponentMesh2DListEXT> implements NativeResource

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