Class XrEventDataSceneCaptureCompleteFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrEventDataSceneCaptureCompleteFB extends Struct<XrEventDataSceneCaptureCompleteFB> implements NativeResource

 struct XrEventDataSceneCaptureCompleteFB {
     XrStructureType type;
     void const * next;
     XrAsyncRequestIdFB requestId;
     XrResult result;
 }