Class EXTConformanceAutomation

java.lang.Object
org.lwjgl.openxr.EXTConformanceAutomation

public class EXTConformanceAutomation extends Object
  • Field Details

    • XR_EXT_conformance_automation_SPEC_VERSION

      public static final int XR_EXT_conformance_automation_SPEC_VERSION
      See Also:
    • XR_EXT_CONFORMANCE_AUTOMATION_EXTENSION_NAME

      public static final String XR_EXT_CONFORMANCE_AUTOMATION_EXTENSION_NAME
      See Also:
  • Method Details

    • xrSetInputDeviceActiveEXT

      @NativeType("XrResult") public static int xrSetInputDeviceActiveEXT(XrSession session, @NativeType("XrPath") long interactionProfile, @NativeType("XrPath") long topLevelPath, @NativeType("XrBool32") boolean isActive)
      XrResult xrSetInputDeviceActiveEXT(XrSession session, XrPath interactionProfile, XrPath topLevelPath, XrBool32 isActive)
    • xrSetInputDeviceStateBoolEXT

      @NativeType("XrResult") public static int xrSetInputDeviceStateBoolEXT(XrSession session, @NativeType("XrPath") long topLevelPath, @NativeType("XrPath") long inputSourcePath, @NativeType("XrBool32") boolean state)
      XrResult xrSetInputDeviceStateBoolEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, XrBool32 state)
    • xrSetInputDeviceStateFloatEXT

      @NativeType("XrResult") public static int xrSetInputDeviceStateFloatEXT(XrSession session, @NativeType("XrPath") long topLevelPath, @NativeType("XrPath") long inputSourcePath, float state)
      XrResult xrSetInputDeviceStateFloatEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, float state)
    • nxrSetInputDeviceStateVector2fEXT

      public static int nxrSetInputDeviceStateVector2fEXT(XrSession session, long topLevelPath, long inputSourcePath, long state)
      XrResult xrSetInputDeviceStateVector2fEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, XrVector2f state)
    • xrSetInputDeviceStateVector2fEXT

      @NativeType("XrResult") public static int xrSetInputDeviceStateVector2fEXT(XrSession session, @NativeType("XrPath") long topLevelPath, @NativeType("XrPath") long inputSourcePath, XrVector2f state)
      XrResult xrSetInputDeviceStateVector2fEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, XrVector2f state)
    • nxrSetInputDeviceLocationEXT

      public static int nxrSetInputDeviceLocationEXT(XrSession session, long topLevelPath, long inputSourcePath, XrSpace space, long pose)
      XrResult xrSetInputDeviceLocationEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, XrSpace space, XrPosef pose)
    • xrSetInputDeviceLocationEXT

      @NativeType("XrResult") public static int xrSetInputDeviceLocationEXT(XrSession session, @NativeType("XrPath") long topLevelPath, @NativeType("XrPath") long inputSourcePath, XrSpace space, XrPosef pose)
      XrResult xrSetInputDeviceLocationEXT(XrSession session, XrPath topLevelPath, XrPath inputSourcePath, XrSpace space, XrPosef pose)