Commit 0760760
committed
Replaced PLATFORM_EMSCRIPTEN CMake variable and c++ macro with PLATFORM_WEB
1 parent 6d1b668 commit 0760760
File tree
5 files changed
+9
-9
lines changed5 files changed
+9
-9
lines changedSubmodule DiligentCore updated 56 files
- BuildTools/CMake/BuildUtils.cmake+3-3
- CMakeLists.txt+12-10
- Common/interface/StringTools.hpp+3-3
- Graphics/Archiver/CMakeLists.txt+2-2
- Graphics/Archiver/interface/ArchiverFactoryLoader.h+2-2
- Graphics/GraphicsEngine/interface/GraphicsTypes.h+2-2
- Graphics/GraphicsEngineOpenGL/CMakeLists.txt+3-3
- Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp+2-2
- Graphics/GraphicsEngineOpenGL/include/EngineGLImplTraits.hpp+2-2
- Graphics/GraphicsEngineOpenGL/include/GLContext.hpp+2-2
- Graphics/GraphicsEngineOpenGL/include/pch.h+2-2
- Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h+2-2
- Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h+2-2
- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGLES.h+1-1
- Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp+2-2
- Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp+3-3
- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp+3-3
- Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp+3-3
- Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp+1-1
- Graphics/GraphicsEngineWebGPU/CMakeLists.txt+2-2
- Graphics/GraphicsEngineWebGPU/include/WebGPUStubs.hpp+2-2
- Graphics/GraphicsEngineWebGPU/include/pch.h+1-1
- Graphics/GraphicsEngineWebGPU/interface/EngineFactoryWebGPU.h+2-2
- Graphics/GraphicsEngineWebGPU/src/DeviceContextWebGPUImpl.cpp+1-1
- Graphics/GraphicsEngineWebGPU/src/EngineFactoryWebGPU.cpp+9-9
- Graphics/GraphicsEngineWebGPU/src/FenceWebGPUImpl.cpp+2-2
- Graphics/GraphicsEngineWebGPU/src/PipelineStateWebGPUImpl.cpp+6-6
- Graphics/GraphicsEngineWebGPU/src/RenderDeviceWebGPUImpl.cpp+6-6
- Graphics/GraphicsEngineWebGPU/src/SwapChainWebGPUImpl.cpp+6-6
- Graphics/GraphicsTools/CMakeLists.txt+1-1
- Graphics/ShaderTools/src/GLSLUtils.cpp+3-3
- Graphics/ShaderTools/src/ShaderToolsCommon.cpp+3-3
- Platforms/Basic/CMakeLists.txt+1-1
- Platforms/Basic/src/BasicFileSystem.cpp+2-2
- Platforms/Basic/src/StandardFile.cpp+2-2
- Platforms/CMakeLists.txt+1-1
- Platforms/Linux/src/LinuxFileSystem.cpp+1-1
- Platforms/interface/FileSystem.hpp+5-5
- Platforms/interface/NativeWindow.h+4-4
- Platforms/interface/PlatformDebug.hpp+5-5
- Platforms/interface/PlatformDefinitions.h+11-11
- Platforms/interface/PlatformMisc.hpp+5-5
- README.md+6-5
- Tests/DiligentCoreAPITest/CMakeLists.txt+3-3
- Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp+2-2
- Tests/DiligentCoreTest/CMakeLists.txt+2-2
- Tests/GPUTestFramework/CMakeLists.txt+4-4
- Tests/GPUTestFramework/include/GL/TestingEnvironmentGL.hpp+2-2
- Tests/GPUTestFramework/include/WebGPU/TestingEnvironmentWebGPU.hpp+2-2
- Tests/GPUTestFramework/src/GL/TestingEnvironmentGL.cpp+2-2
- Tests/GPUTestFramework/src/GPUTestingEnvironment.cpp+1-1
- Tests/GPUTestFramework/src/WebGPU/TestingEnvironmentWebGPU.cpp+3-3
- Tests/GPUTestFramework/src/WebGPU/TestingSwapChainWebGPU.cpp+3-3
- Tests/IncludeTest/CMakeLists.txt+1-1
- ThirdParty/CMakeLists.txt+3-3
- ThirdParty/dawn/CMakeLists.txt+4-4
Submodule DiligentSamples updated 9 files
- CMakeLists.txt+3-3
- README.md+1-1
- SampleBase/CMakeLists.txt+1-1
- SampleBase/include/InputController.hpp+1-1
- SampleBase/src/SampleApp.cpp+3-3
- Samples/GLTFViewer/src/GLTFViewer.cpp+2-2
- Tutorials/CMakeLists.txt+2-2
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.cpp+1-1
- UnityPlugin/CMakeLists.txt+1-1
Submodule DiligentTools updated 10 files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
442 | | - | |
| 441 | + | |
| 442 | + | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
0 commit comments