Class XrColocationAdvertisementStartInfoMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrColocationAdvertisementStartInfoMETA extends Struct<XrColocationAdvertisementStartInfoMETA> implements NativeResource
struct XrColocationAdvertisementStartInfoMETA {
    XrStructureType type;
    void const * next;
    uint32_t bufferSize;
    uint8_t * buffer;
}