Class XrTrackableImageDatabaseEntryANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrTrackableImageDatabaseEntryANDROID extends Struct<XrTrackableImageDatabaseEntryANDROID> implements NativeResource
struct XrTrackableImageDatabaseEntryANDROID {
    XrStructureType type;
    void const * next;
    XrTrackableImageTrackingModeANDROID trackingMode;
    float physicalWidth;
    uint32_t imageWidth;
    uint32_t imageHeight;
    XrTrackableImageFormatANDROID format;
    uint32_t bufferSize;
    uint8_t const * buffer;
}