Class XrAnchorSharingInfoANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrAnchorSharingInfoANDROID extends Struct<XrAnchorSharingInfoANDROID> implements NativeResource
struct XrAnchorSharingInfoANDROID {
    XrStructureType type;
    void const * next;
    XrSpace anchor;
}