Class XrShareSpacesRecipientBaseHeaderMETA

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

public class XrShareSpacesRecipientBaseHeaderMETA extends org.lwjgl.system.Struct<XrShareSpacesRecipientBaseHeaderMETA> implements org.lwjgl.system.NativeResource
Information about share spatial entity request.
Description

XrShareSpacesRecipientBaseHeaderMETA is designed to be an abstract base struct which is to be extended by other structures.

Any valid structure that identifies XrShareSpacesRecipientBaseHeaderMETA as its parent structure may be provided anywhere a valid XrShareSpacesRecipientBaseHeaderMETA is specified to be passed.

Valid Usage (Implicit)
See Also

XrShareSpacesInfoMETA, ShareSpacesMETA

Layout


 struct XrShareSpacesRecipientBaseHeaderMETA {
     XrStructureType type();
     void const * next();
 }