Skip to content

Commit

Permalink
OpenXR SDK 1.0.33 (2024-01-03)
Browse files Browse the repository at this point in the history
This release primarily adds new ratified functionality describing the
loader interaction with runtimes and API layers. Corresponding
definitions are now in the official openxr_loader_negotiation.h
generated header, rather than the loader_interfaces.h header previously
shipped only with the OpenXR-SDK-Source repository. This change only
affects vendors of runtimes and API layers as well as contributors to
the OpenXR loader: applications do not directly use this API, the loader
uses it on their behalf. A number of other small fixes are also
included.

-   Registry
    -   Extension reservation: Update author ID and reserve extensions
        for Varjo. (internal MR 3083)
    -   Extension reservation: Reserve 10 extension ids each for
        ANDROIDX & ANDROIDSYS. (internal MR 3086)
    -   Khronos ratified addition: Specify the existing loader
        negotiation functions (without modification) in the XML, moving
        from loader_interfaces.h to a new generated header
        openxr_loader_negotiation.h. (internal MR 2807, internal issue
        1953)
    -   XR_KHR_android_thread_settings: Fix the description of
        XrAndroidThreadTypeKHR enum values - they were swapped relative
        to their implicit meaning from their name. (internal MR 3077)
    -   XR_MNDX_egl_enable: Update version to 2 to reflect function
        pointer type change released in 1.0.29. (OpenXR-Docs PR 159)
-   SDK
    -   Loader: Fix loader build on Universal Windows Platform:
        build-system-only change. (Included in SDK hotfix 1.0.32.1.)
        (internal MR 3071)
    -   Loader: Correctly destroy the LoaderInstance when loader is
        done. (internal MR 3041)
    -   Remove obsolete loader_interfaces.h header, migrating uses (in
        loader and layers) to use the newly specified and ratified
        openxr_loader_negotiation.h, and adjust scripts for the addition
        of the loader negotiation APIs. (internal MR 2807, internal
        issue 1953, internal MR 3122)
-   Misc
    -   Update/correct names.
    -   Ship a .mailmap file in the public repositories, maintained
        separately from the larger one used in the private monorepo, to
        correct names/emails and unify contributor identities.
    -   Update Khronos Group copyright dates.

GitOrigin-RevId: a561c5898b72f59965790790a28bbc3b7e9bcf13
  • Loading branch information
rpavlik committed Jan 4, 2024
1 parent 49e81bb commit dc1e239
Show file tree
Hide file tree
Showing 126 changed files with 1,055 additions and 279 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright (c) 2017-2023 The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

version: 1.0.32.{build}
version: 1.0.33.{build}
image: Visual Studio 2017


Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/nuget/NugetTemplate/OpenXR.Loader.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<!--
Copyright (c) 2020-2023, The Khronos Group Inc.
Copyright (c) 2020-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
<metadata>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Copyright (c) 2020-2023, The Khronos Group Inc.
Copyright (c) 2020-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="4.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Copyright (c) 2020-2023, The Khronos Group Inc.
Copyright (c) 2020-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/nuget/stage_nuget.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
param(
[Parameter(Mandatory = $true, HelpMessage = "Path to unzipped openxr_loader_windows OpenXR-SDK release asset")]
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/openxr-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

# Main azure-pipelines configuration for the OpenXR-SDK repo.
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/build_jobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

parameters:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

parameters:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/build_mingw.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

parameters:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/build_msvc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

parameters:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/check_clang_format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/check_file_format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2023, The Khronos Group Inc.
# Copyright (c) 2020-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0
jobs:
- job: check_file_format
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/generate_windows_matrix_build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

from itertools import product
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/install_vulkan.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

if (-not $env:VULKAN_SDK_VERSION) {
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/organize_windows_artifacts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

from itertools import product
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/print_windows_artifact_names.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

from itertools import product
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/shared/shared.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023, The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023, The Khronos Group Inc. Inc.
# Copyright 2021-2024, The Khronos Group Inc. Inc.
#
# SPDX-License-Identifier: CC-BY-4.0

Expand Down
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023, The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022-2023, The Khronos Group Inc.
Copyright (c) 2022-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/generate_windows_matrix_build.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

from itertools import product
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/install_vulkan.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023 The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

$ErrorActionPreference = 'Stop'
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/organize_windows_artifacts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019-2023 The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/shared.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_clang_format_and_codespell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2019-2023, The Khronos Group Inc.
# Copyright (c) 2019-2024, The Khronos Group Inc.
# SPDX-License-Identifier: Apache-2.0

name: Check code formatting and spelling
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023, The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
24 changes: 24 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# See mailmap docs: https://git-scm.com/docs/gitmailmap
# Please keep in sorted order.
# Generally, only add lines, unless you want to change the spelling
# of your name.
# Test by running git shortlog -s -e
#
# This mailmap is for **public repos** and should only be tested there.

Blake Taylor <rotaylor@magicleap.com>
Bryce Hutchings <bryceh@microsoft.com>
Bryce Hutchings <bryceh@microsoft.com> <5100250+brycehutchings@users.noreply.github.com>
Bryce Hutchings <bryceh@microsoft.com> <me@bryce.ws>
Khronos Group Web Services <webservices@khronos.org>
Khronos Group Web Services <webservices@khronos.org> <webmaster@khronos.org>
Rylie Pavlik <rylie.pavlik@collabora.com>
Rylie Pavlik <rylie.pavlik@collabora.com> <ryan.pavlik@collabora.com>
Rylie Pavlik <rylie.pavlik@collabora.com> <ryan.pavlik@gmail.com>
Yin Li <yl@microsoft.com>
utzcoz <utzcoz@outlook.com>
utzcoz <utzcoz@outlook.com> <43091780+utzcoz@users.noreply.github.com>
14 changes: 7 additions & 7 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OpenXR
Upstream-Contact: Ryan Pavlik <openxr-speceditor AT khronos DOT org>
Upstream-Contact: Rylie Pavlik <openxr-speceditor AT khronos DOT org>
Source: https://registry.khronos.org/OpenXR/

Files: changes/conformance/*
Expand All @@ -10,11 +10,11 @@ Files: changes/conformance/*
changes/README.md
changes/template.md
HOTFIX
Copyright: 2019-2023, The Khronos Group Inc.
Copyright: 2019-2024, The Khronos Group Inc.
License: CC-BY-4.0

Files: specification/config/copyright-spec.adoc
Copyright: 2014-2023 The Khronos Group Inc
Copyright: 2014-2024, The Khronos Group Inc
License: LicenseRef-KhronosSpecCopyright-WithNormativeWording-v10

Files: src/tests/hello_xr/android_resources/vulkan/mipmap-xxhdpi/ic_helloxr_launcher.png
Expand All @@ -27,7 +27,7 @@ Files: src/tests/hello_xr/android_resources/vulkan/mipmap-xxhdpi/ic_helloxr_laun
src/tests/hello_xr/android_resources/opengles/mipmap-xhdpi/ic_helloxr_launcher.png
src/tests/hello_xr/android_resources/opengles/mipmap-hdpi/ic_helloxr_launcher.png
src/tests/hello_xr/android_resources/opengles/mipmap-xxxhdpi/ic_helloxr_launcher.png
Copyright: Copyright (c) 2020-2023, The Khronos Group Inc.
Copyright: Copyright (c) 2020-2024, The Khronos Group Inc.
Copyright (c) 2020, Google
License: Apache-2.0
Comment: Based on a Material Icons asset ("emoji-people") with added text
Expand Down Expand Up @@ -86,7 +86,7 @@ Comment: In-line license comments requested, https://gitlab.khronos.org/openxr/o

Files: specification/sources/chapters/extensions/ext/ext_performance_settings.adoc
specification/sources/chapters/extensions/ext/ext_thermal_query.adoc
Copyright: 2017-2023, The Khronos Group Inc.
Copyright: 2017-2024, The Khronos Group Inc.
License: CC-BY-4.0
Comment: In-line license comments requested, https://gitlab.khronos.org/openxr/openxr/-/issues/1419

Expand All @@ -95,13 +95,13 @@ Files: src/conformance/platform_specific/android_resources/mipmap-hdpi/*
src/conformance/platform_specific/android_resources/mipmap-xhdpi/*
src/conformance/platform_specific/android_resources/mipmap-xxhdpi/*
src/conformance/platform_specific/android_resources/mipmap-xxxhdpi/*
Copyright: 2020-2023, The Khronos Group Inc.
Copyright: 2020-2024, The Khronos Group Inc.
2020, Google
License: Apache-2.0
Comment: Generated .png versions of an icon, created in Android Studio
based on a Material Icons asset.

Files: specification/scripts/vuidCounts.py
Copyright: 2022-2023, The Khronos Group Inc.
Copyright: 2022-2024, The Khronos Group Inc.
License: Apache-2.0
Comment: File automatically rewritten by VUID assignment.
54 changes: 52 additions & 2 deletions CHANGELOG.SDK.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog for OpenXR-SDK-Source and OpenXR-SDK Repo

<!--
Copyright (c) 2019-2023, The Khronos Group Inc.
Copyright (c) 2019-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
Expand All @@ -10,7 +10,9 @@ Update log for the OpenXR-SDK-Source and OpenXR-SDK repo on GitHub. Updates are
in reverse chronological order starting with the latest public release.

Note that only changes relating to the loader and some of the build changes will
affect the OpenXR-SDK repository.
affect the OpenXR-SDK repository. Changes mentioned in this changelog related to
hello_xr, API layers, and the loader tests do *not* apply to the OpenXR-SDK
repository.

This summarizes the periodic public updates, not individual commits. Updates
on GitHub are generally done as single large patches at the release point,
Expand All @@ -19,6 +21,54 @@ along with any public pull requests that have been accepted.
In this repository in particular, since it is primarily software,
pull requests may be integrated as they are accepted even between periodic updates.

## OpenXR SDK 1.0.33 (2024-01-03)

This release primarily adds new ratified functionality describing the loader
interaction with runtimes and API layers. Corresponding definitions are now in
the official `openxr_loader_negotiation.h` generated header, rather than the
`loader_interfaces.h` header previously shipped only with the OpenXR-SDK-Source
repository. This change only affects vendors of runtimes and API layers as well
as contributors to the OpenXR loader: applications do not directly use this API,
the loader uses it on their behalf. A number of other small fixes are also
included.

- Registry
- Extension reservation: Update author ID and reserve extensions for Varjo.
([internal MR 3083](https://gitlab.khronos.org/openxr/openxr/merge_requests/3083))
- Extension reservation: Reserve 10 extension ids each for `ANDROIDX` &
`ANDROIDSYS`.
([internal MR 3086](https://gitlab.khronos.org/openxr/openxr/merge_requests/3086))
- Khronos ratified addition: Specify the existing loader negotiation functions
(without modification) in the XML, moving from `loader_interfaces.h` to a new
generated header `openxr_loader_negotiation.h`.
([internal MR 2807](https://gitlab.khronos.org/openxr/openxr/merge_requests/2807),
[internal issue 1953](https://gitlab.khronos.org/openxr/openxr/issues/1953))
- `XR_KHR_android_thread_settings`: Fix the description of
`XrAndroidThreadTypeKHR` enum values - they were swapped relative to their
implicit meaning from their name.
([internal MR 3077](https://gitlab.khronos.org/openxr/openxr/merge_requests/3077))
- `XR_MNDX_egl_enable`: Update version to 2 to reflect function pointer type
change released in 1.0.29.
([OpenXR-Docs PR 159](https://github.com/KhronosGroup/OpenXR-Docs/pull/159))
- SDK
- Loader: Fix loader build on Universal Windows Platform: build-system-only
change. (Included in SDK hotfix 1.0.32.1.)
([internal MR 3071](https://gitlab.khronos.org/openxr/openxr/merge_requests/3071))
- Loader: Correctly destroy the LoaderInstance when loader is done.
([internal MR 3041](https://gitlab.khronos.org/openxr/openxr/merge_requests/3041))
- Remove obsolete `loader_interfaces.h` header, migrating uses (in loader and
layers) to use the newly specified and ratified `openxr_loader_negotiation.h`,
and adjust scripts for the addition of the loader negotiation APIs.
([internal MR 2807](https://gitlab.khronos.org/openxr/openxr/merge_requests/2807),
[internal issue 1953](https://gitlab.khronos.org/openxr/openxr/issues/1953),
[internal MR 3122](https://gitlab.khronos.org/openxr/openxr/merge_requests/3122))
- Misc
- Update/correct names.
- Ship a `.mailmap` file in the public repositories, maintained separately
from the larger one used in the private monorepo, to correct names/emails
and unify contributor identities.
- Update Khronos Group copyright dates.

## OpenXR SDK 1.0.32 (2023-11-29)

This release contains a number of vendor extensions, plus a new ratified
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023, The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!--
Copyright (c) 2014-2023, The Khronos Group Inc.
Copyright (c) 2014-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
Expand Down
2 changes: 1 addition & 1 deletion COPYING.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= COPYING.adoc for the Khronos Group OpenXR projects

// Copyright (c) 2020-2023, The Khronos Group Inc.
// Copyright (c) 2020-2024, The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

Expand Down
1 change: 0 additions & 1 deletion HOTFIX

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2023, The Khronos Group Inc.
Copyright (c) 2017-2024, The Khronos Group Inc.

This Specification is protected by copyright laws and contains material
proprietary to Khronos.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenXR™ Software Development Kit (SDK) Project

<!--
Copyright (c) 2017-2023, The Khronos Group Inc.
Copyright (c) 2017-2024, The Khronos Group Inc.
SPDX-License-Identifier: CC-BY-4.0
-->
Expand Down
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2017-2023, The Khronos Group Inc.
# Copyright (c) 2017-2024, The Khronos Group Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
1 change: 1 addition & 0 deletions include/generated_header_list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
openxr.h
openxr_loader_negotiation.h
openxr_platform.h
openxr_reflection.h
openxr_reflection_structs.h
Expand Down
2 changes: 1 addition & 1 deletion include/generated_header_list.txt.license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2023, The Khronos Group Inc.
Copyright (c) 2017-2024, The Khronos Group Inc.

SPDX-License-Identifier: Apache-2.0

Expand Down
Loading

0 comments on commit dc1e239

Please sign in to comment.