Class XrSpatialUpdateSnapshotCreateInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialUpdateSnapshotCreateInfoEXT extends Struct<XrSpatialUpdateSnapshotCreateInfoEXT> implements NativeResource

 struct XrSpatialUpdateSnapshotCreateInfoEXT {
     XrStructureType type;
     void const * next;
     uint32_t entityCount;
     XrSpatialEntityEXT const * entities;
     uint32_t componentTypeCount;
     XrSpatialComponentTypeEXT const * componentTypes;
     XrSpace baseSpace;
     XrTime time;
 }