Class XrSystemImageTrackingPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemImageTrackingPropertiesANDROID extends Struct<XrSystemImageTrackingPropertiesANDROID> implements NativeResource
struct XrSystemImageTrackingPropertiesANDROID {
    XrStructureType type;
    void * next;
    XrBool32 supportsImageTracking;
    XrBool32 supportsPhysicalSizeEstimation;
    uint32_t maxTrackedImageCount;
    uint32_t maxLoadedImageCount;
}