Class XrColocationAdvertisementStartInfoMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrColocationAdvertisementStartInfoMETA>
org.lwjgl.openxr.XrColocationAdvertisementStartInfoMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrColocationAdvertisementStartInfoMETA extends org.lwjgl.system.Struct<XrColocationAdvertisementStartInfoMETA> implements org.lwjgl.system.NativeResource
Information about start colocation visibility request.
Description

XrColocationAdvertisementStartInfoMETA is the input data for StartColocationAdvertisementMETA. Implicitly, while the application has an active advertisement, the runtime will retain a copy of the XrColocationAdvertisementStartInfoMETA submitted with StartColocationAdvertisementMETA.

Valid Usage (Implicit)
See Also

StartColocationAdvertisementMETA

Layout


 struct XrColocationAdvertisementStartInfoMETA {
     XrStructureType type();
     void const * next();
     uint32_t bufferSize();
     uint8_t * buffer();
 }