Commit 0c3cc2a
committed
Updated core, tools and samples (updated more copyright notices)
1 parent 09ed660 commit 0c3cc2a
3 files changed
+3
-3
lines changedSubmodule DiligentCore updated 34 files
- Graphics/GraphicsEngine/interface/LoadEngineDll.h+1-1
- Graphics/GraphicsEngineMetal/interface/BufferMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/FenceMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/QueryMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/SamplerMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/ShaderMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/TextureMtl.h+1-1
- Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h+1-1
- Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp+1-1
- Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp+1-1
- Graphics/ShaderTools/src/DXILUtilsStub.cpp+1-1
- Platforms/Android/interface/AndroidNativeWindow.h+1-1
- Platforms/Apple/interface/IOSNativeWindow.h+1-1
- Platforms/Apple/interface/MacOSNativeWindow.h+1-1
- Platforms/Linux/interface/LinuxNativeWindow.h+1-1
- Platforms/UWP/interface/UWPNativeWindow.h+1-1
- Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp+1-1
- Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp+1-1
- Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp+1-1
- Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp+1-1
- Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp+1-1
- Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm+1-1
- Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm+1-1
- Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm+1-1
- Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm+1-1
- Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm+1-1
- Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm+1-1
Submodule DiligentSamples updated 8 files
- Android/HelloAR/src/main/cpp/BackgroundRenderer.cc+1-1
- Android/HelloAR/src/main/cpp/BackgroundRenderer.h+1-1
- Android/HelloAR/src/main/cpp/ObjectRenderer.cc+1-1
- Android/HelloAR/src/main/cpp/ObjectRenderer.h+1-1
- Android/HelloAR/src/main/cpp/PlaneRenderer.cc+1-1
- Android/HelloAR/src/main/cpp/PlaneRenderer.h+1-1
- Android/HelloAR/src/main/cpp/PointCloudRenderer.cc+1-1
- Android/HelloAR/src/main/cpp/PointCloudRenderer.h+1-1
Submodule DiligentTools updated 12 files
- HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.cpp+1-1
- HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.cpp+1-1
- Imgui/interface/ImGuiImplAndroid.hpp+1-1
- Imgui/interface/ImGuiImplIOS.hpp+1-1
- Imgui/interface/ImGuiImplLinuxX11.hpp+1-1
- Imgui/interface/ImGuiImplLinuxXCB.hpp+1-1
- Imgui/interface/ImGuiImplMacOS.hpp+1-1
- Imgui/interface/ImGuiImplUWP.hpp+1-1
- Imgui/src/ImGuiImplAndroid.cpp+1-1
- Imgui/src/ImGuiImplLinuxX11.cpp+1-1
- Imgui/src/ImGuiImplLinuxXCB.cpp+1-1
- Imgui/src/ImGuiImplUWP.cpp+1-1
0 commit comments