Package org.lwjgl.openxr
Class XR11
java.lang.Object
org.lwjgl.openxr.XR11
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
nxrLocateSpaces
(XrSession session, long locateInfo, long spaceLocations) XrResult xrLocateSpaces(XrSession session, XrSpacesLocateInfo const * locateInfo, XrSpaceLocations * spaceLocations)
static int
xrLocateSpaces
(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) XrResult xrLocateSpaces(XrSession session, XrSpacesLocateInfo const * locateInfo, XrSpaceLocations * spaceLocations)
-
Field Details
-
XR_ERROR_PERMISSION_INSUFFICIENT
public static final int XR_ERROR_PERMISSION_INSUFFICIENT- See Also:
-
XR_ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED
public static final int XR_ERROR_EXTENSION_DEPENDENCY_NOT_ENABLED- See Also:
-
XR_TYPE_SPACES_LOCATE_INFO
public static final int XR_TYPE_SPACES_LOCATE_INFO- See Also:
-
XR_TYPE_SPACE_LOCATIONS
public static final int XR_TYPE_SPACE_LOCATIONS- See Also:
-
XR_TYPE_SPACE_VELOCITIES
public static final int XR_TYPE_SPACE_VELOCITIES- See Also:
-
XR_REFERENCE_SPACE_TYPE_LOCAL_FLOOR
public static final int XR_REFERENCE_SPACE_TYPE_LOCAL_FLOOR- See Also:
-
XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO_WITH_FOVEATED_INSET
public static final int XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO_WITH_FOVEATED_INSET- See Also:
-
XR_API_VERSION_1_1
public static final long XR_API_VERSION_1_1 -
XR_UUID_SIZE
public static final int XR_UUID_SIZE- See Also:
-
-
Method Details
-
nxrLocateSpaces
XrResult xrLocateSpaces(XrSession session, XrSpacesLocateInfo const * locateInfo, XrSpaceLocations * spaceLocations)
-
xrLocateSpaces
public static int xrLocateSpaces(XrSession session, XrSpacesLocateInfo locateInfo, XrSpaceLocations spaceLocations) XrResult xrLocateSpaces(XrSession session, XrSpacesLocateInfo const * locateInfo, XrSpaceLocations * spaceLocations)
-