Class EXTStationaryReferenceSpace
java.lang.Object
org.lwjgl.openxr.EXTStationaryReferenceSpace
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic intnxrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, long getInfo, long generationIdResult) XrResult xrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, XrStationaryReferenceSpaceGenerationIdGetInfoEXT const * getInfo, XrStationaryReferenceSpaceGenerationIdResultEXT * generationIdResult)static intxrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, @Nullable XrStationaryReferenceSpaceGenerationIdGetInfoEXT getInfo, XrStationaryReferenceSpaceGenerationIdResultEXT generationIdResult) XrResult xrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, XrStationaryReferenceSpaceGenerationIdGetInfoEXT const * getInfo, XrStationaryReferenceSpaceGenerationIdResultEXT * generationIdResult)
-
Field Details
-
XR_EXT_stationary_reference_space_SPEC_VERSION
public static final int XR_EXT_stationary_reference_space_SPEC_VERSION- See Also:
-
XR_EXT_STATIONARY_REFERENCE_SPACE_EXTENSION_NAME
- See Also:
-
XR_REFERENCE_SPACE_TYPE_STATIONARY_EXT
public static final int XR_REFERENCE_SPACE_TYPE_STATIONARY_EXT- See Also:
-
XR_TYPE_STATIONARY_REFERENCE_SPACE_GENERATION_ID_GET_INFO_EXT
public static final int XR_TYPE_STATIONARY_REFERENCE_SPACE_GENERATION_ID_GET_INFO_EXT- See Also:
-
XR_TYPE_STATIONARY_REFERENCE_SPACE_GENERATION_ID_RESULT_EXT
public static final int XR_TYPE_STATIONARY_REFERENCE_SPACE_GENERATION_ID_RESULT_EXT- See Also:
-
-
Method Details
-
nxrGetStationaryReferenceSpaceGenerationIdEXT
public static int nxrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, long getInfo, long generationIdResult) XrResult xrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, XrStationaryReferenceSpaceGenerationIdGetInfoEXT const * getInfo, XrStationaryReferenceSpaceGenerationIdResultEXT * generationIdResult) -
xrGetStationaryReferenceSpaceGenerationIdEXT
@NativeType("XrResult") public static int xrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, @NativeType("XrStationaryReferenceSpaceGenerationIdGetInfoEXT const *") @Nullable XrStationaryReferenceSpaceGenerationIdGetInfoEXT getInfo, @NativeType("XrStationaryReferenceSpaceGenerationIdResultEXT *") XrStationaryReferenceSpaceGenerationIdResultEXT generationIdResult) XrResult xrGetStationaryReferenceSpaceGenerationIdEXT(XrSession session, XrStationaryReferenceSpaceGenerationIdGetInfoEXT const * getInfo, XrStationaryReferenceSpaceGenerationIdResultEXT * generationIdResult)
-