Commit 3426d49
committed
Enabled OpenXR (API256002)
1 parent 241dbe7 commit 3426d49
3 files changed
+3
-2
lines changedSubmodule DiligentCore updated 47 files
- .github/workflows/build-windows.yml+1-1
- Graphics/GraphicsEngine.NET/Mapping.xml+1
- Graphics/GraphicsEngine/include/DeviceContextBase.hpp+21-21
- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp+4-4
- Graphics/GraphicsEngine/interface/APIInfo.h+2-1
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+19
- Graphics/GraphicsEngine/src/APIInfo.cpp+1
- Graphics/GraphicsEngine/src/EngineFactoryBase.cpp+9-1
- Graphics/GraphicsEngineD3D11/CMakeLists.txt+4
- Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp+61-5
- Graphics/GraphicsEngineD3D12/CMakeLists.txt+5
- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp+61-7
- Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp+17-3
- Graphics/GraphicsEngineOpenGL/CMakeLists.txt+8
- Graphics/GraphicsEngineOpenGL/include/GLContextAndroid.hpp+19-5
- Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp+4-1
- Graphics/GraphicsEngineOpenGL/include/OpenXR_GLHelpers.hpp+90
- Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp+4
- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h+39-1
- Graphics/GraphicsEngineOpenGL/src/GLContextAndroid.cpp+27
- Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp+22-1
- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp+20
- Graphics/GraphicsEngineVulkan/CMakeLists.txt+7
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp+10-2
- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanLogicalDevice.hpp+11-9
- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp+90-4
- Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp+1-1
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.cpp+156-4
- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp+12-20
- Graphics/GraphicsTools/CMakeLists.txt+30-11
- Graphics/GraphicsTools/interface/GraphicsUtilities.h+5
- Graphics/GraphicsTools/interface/OpenXRUtilities.h+126
- Graphics/GraphicsTools/src/GraphicsUtilities.cpp+114
- Graphics/GraphicsTools/src/GraphicsUtilitiesD3D11.cpp+13-1
- Graphics/GraphicsTools/src/GraphicsUtilitiesD3D12.cpp+13-1
- Graphics/GraphicsTools/src/GraphicsUtilitiesGL.cpp+15-1
- Graphics/GraphicsTools/src/GraphicsUtilitiesVk.cpp+14-1
- Graphics/GraphicsTools/src/GraphicsUtilitiesWebGPU.cpp+15-2
- Graphics/GraphicsTools/src/OpenXRUtilities.cpp+391
- Graphics/GraphicsTools/src/OpenXRUtilitiesD3D11.cpp+102
- Graphics/GraphicsTools/src/OpenXRUtilitiesD3D12.cpp+122
- Graphics/GraphicsTools/src/OpenXRUtilitiesGL.cpp+156
- Graphics/GraphicsTools/src/OpenXRUtilitiesVk.cpp+120
- ReleaseHistory.md+10
- Tests/DiligentCoreTest/src/GraphicsTools/GraphicsUtilitiesTest.cpp+154
- ThirdParty/CMakeLists.txt+4
- ThirdParty/OpenXR-SDK/CMakeLists.txt+13
Submodule DiligentSamples updated 9 files
- .github/workflows/build-windows.yml+1-1
- README.md+6
- Tutorials/CMakeLists.txt+3
- Tutorials/Tutorial28_HelloOpenXR/CMakeLists.txt+30
- Tutorials/Tutorial28_HelloOpenXR/assets/cube.psh+15
- Tutorials/Tutorial28_HelloOpenXR/assets/cube.vsh+22
- Tutorials/Tutorial28_HelloOpenXR/assets/shader_constants.h+6
- Tutorials/Tutorial28_HelloOpenXR/readme.md+129
- Tutorials/Tutorial28_HelloOpenXR/src/Tutorial28_HelloOpenXR.cpp+1.2k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
| 999 | + | |
999 | 1000 | | |
1000 | 1001 | | |
1001 | 1002 | | |
| |||
0 commit comments