Class XrEventDataSpaceListSaveCompleteFB

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

public class XrEventDataSpaceListSaveCompleteFB extends org.lwjgl.system.Struct<XrEventDataSpaceListSaveCompleteFB> implements org.lwjgl.system.NativeResource
Describes the completion of a save list operation.
Description

This completion event indicates that a request to save a list of XrSpace objects has completed. The application can use result to check if the request was successful or if an error occurred.

Result Codes
On success, the value of this parameter is
On failure, the value of this parameter is
Valid Usage (Implicit)

Layout


 struct XrEventDataSpaceListSaveCompleteFB {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB requestId();
     XrResult result();
 }