Class XrSceneMeshSnapshotCreationResultANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSceneMeshSnapshotCreationResultANDROID extends Struct<XrSceneMeshSnapshotCreationResultANDROID> implements NativeResource
struct XrSceneMeshSnapshotCreationResultANDROID {
    XrStructureType type;
    void const * next;
    XrSceneMeshSnapshotANDROID snapshot;
    XrSceneMeshTrackingStateANDROID trackingState;
}