Class METAPassthroughColorLut

java.lang.Object
org.lwjgl.openxr.METAPassthroughColorLut

public class METAPassthroughColorLut extends Object
  • Field Details

    • XR_META_passthrough_color_lut_SPEC_VERSION

      public static final int XR_META_passthrough_color_lut_SPEC_VERSION
      See Also:
    • XR_META_PASSTHROUGH_COLOR_LUT_EXTENSION_NAME

      public static final String XR_META_PASSTHROUGH_COLOR_LUT_EXTENSION_NAME
      See Also:
    • XR_TYPE_SYSTEM_PASSTHROUGH_COLOR_LUT_PROPERTIES_META

      public static final int XR_TYPE_SYSTEM_PASSTHROUGH_COLOR_LUT_PROPERTIES_META
      See Also:
    • XR_TYPE_PASSTHROUGH_COLOR_LUT_CREATE_INFO_META

      public static final int XR_TYPE_PASSTHROUGH_COLOR_LUT_CREATE_INFO_META
      See Also:
    • XR_TYPE_PASSTHROUGH_COLOR_LUT_UPDATE_INFO_META

      public static final int XR_TYPE_PASSTHROUGH_COLOR_LUT_UPDATE_INFO_META
      See Also:
    • XR_TYPE_PASSTHROUGH_COLOR_MAP_LUT_META

      public static final int XR_TYPE_PASSTHROUGH_COLOR_MAP_LUT_META
      See Also:
    • XR_TYPE_PASSTHROUGH_COLOR_MAP_INTERPOLATED_LUT_META

      public static final int XR_TYPE_PASSTHROUGH_COLOR_MAP_INTERPOLATED_LUT_META
      See Also:
    • XR_OBJECT_TYPE_PASSTHROUGH_COLOR_LUT_META

      public static final int XR_OBJECT_TYPE_PASSTHROUGH_COLOR_LUT_META
      See Also:
    • XR_ERROR_PASSTHROUGH_COLOR_LUT_BUFFER_SIZE_MISMATCH_META

      public static final int XR_ERROR_PASSTHROUGH_COLOR_LUT_BUFFER_SIZE_MISMATCH_META
      See Also:
    • XR_PASSTHROUGH_COLOR_LUT_CHANNELS_RGB_META

      public static final int XR_PASSTHROUGH_COLOR_LUT_CHANNELS_RGB_META
      See Also:
    • XR_PASSTHROUGH_COLOR_LUT_CHANNELS_RGBA_META

      public static final int XR_PASSTHROUGH_COLOR_LUT_CHANNELS_RGBA_META
      See Also:
  • Method Details

    • nxrCreatePassthroughColorLutMETA

      public static int nxrCreatePassthroughColorLutMETA(XrPassthroughFB passthrough, long createInfo, long colorLut)
      XrResult xrCreatePassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA const * createInfo, XrPassthroughColorLutMETA * colorLut)
    • xrCreatePassthroughColorLutMETA

      public static int xrCreatePassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA createInfo, PointerBuffer colorLut)
      XrResult xrCreatePassthroughColorLutMETA(XrPassthroughFB passthrough, XrPassthroughColorLutCreateInfoMETA const * createInfo, XrPassthroughColorLutMETA * colorLut)
    • xrDestroyPassthroughColorLutMETA

      public static int xrDestroyPassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut)
      XrResult xrDestroyPassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut)
    • nxrUpdatePassthroughColorLutMETA

      public static int nxrUpdatePassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut, long updateInfo)
      XrResult xrUpdatePassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA const * updateInfo)
    • xrUpdatePassthroughColorLutMETA

      public static int xrUpdatePassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA updateInfo)
      XrResult xrUpdatePassthroughColorLutMETA(XrPassthroughColorLutMETA colorLut, XrPassthroughColorLutUpdateInfoMETA const * updateInfo)