Commit 09a3e1f
committed
Updated copyright notice
1 parent 9432f15 commit 09a3e1f
17 files changed
Lines changed: 17 additions & 17 deletions
File tree
- unityplugin
- GhostCubeScene/src
- UnityEmulator
- include
- src
- Windows
Submodule DiligentCore updated 969 files
Submodule DiligentFX updated 11 files
- Components/interface/ShadowMapManager.hpp+1-1
- Components/src/ShadowMapManager.cpp+1-1
- GLTF_PBR_Renderer/interface/GLTF_PBR_Renderer.hpp+1-1
- GLTF_PBR_Renderer/src/GLTF_PBR_Renderer.cpp+1-1
- PostProcess/EpipolarLightScattering/interface/EpipolarLightScattering.hpp+1-1
- PostProcess/EpipolarLightScattering/src/EpipolarLightScattering.cpp+1-1
- Tests/IncludeTest/Components/ShadowMapManagerH_test.cpp+1-1
- Tests/IncludeTest/GLTF_PBR_Renderer/GLTF_PBR_RendererH_test.cpp+1-1
- Tests/IncludeTest/PostProcess/EpipolarLightScattering/EpipolarLightScatteringH_test.cpp+1-1
- Utilities/include/DiligentFXShaderSourceStreamFactory.hpp+1-1
- Utilities/src/DiligentFXShaderSourceStreamFactory.cpp+1-1
Submodule DiligentSamples updated 78 files
- SampleBase/include/FirstPersonCamera.hpp+1-1
- SampleBase/include/InputController.hpp+1-1
- SampleBase/include/SampleApp.hpp+1-1
- SampleBase/include/SampleBase.hpp+1-1
- SampleBase/include/Win32/InputControllerWin32.hpp+1-1
- SampleBase/src/FirstPersonCamera.cpp+1-1
- SampleBase/src/SampleApp.cpp+1-1
- SampleBase/src/SampleBase.cpp+1-1
- SampleBase/src/Win32/InputControllerWin32.cpp+1-1
- SampleBase/src/Win32/SampleAppWin32.cpp+1-1
- Samples/Atmosphere/src/AtmosphereSample.cpp+1-1
- Samples/Atmosphere/src/AtmosphereSample.hpp+1-1
- Samples/Atmosphere/src/Terrain/DynamicQuadTreeNode.hpp+1-1
- Samples/Atmosphere/src/Terrain/EarthHemisphere.cpp+1-1
- Samples/Atmosphere/src/Terrain/EarthHemisphere.hpp+1-1
- Samples/Atmosphere/src/Terrain/ElevationDataSource.cpp+1-1
- Samples/Atmosphere/src/Terrain/ElevationDataSource.hpp+1-1
- Samples/Atmosphere/src/Terrain/HierarchyArray.hpp+1-1
- Samples/GLTFViewer/src/GLTFViewer.cpp+1-1
- Samples/GLTFViewer/src/GLTFViewer.hpp+1-1
- Samples/ImguiDemo/src/ImguiDemo.cpp+1-1
- Samples/ImguiDemo/src/ImguiDemo.hpp+1-1
- Samples/NuklearDemo/src/NkDiligent.cpp+1-1
- Samples/NuklearDemo/src/NkDiligent.h+1-1
- Samples/NuklearDemo/src/NkInputWin32.cpp+1-1
- Samples/NuklearDemo/src/NkInputWin32.h+1-1
- Samples/NuklearDemo/src/NuklearDemo.cpp+1-1
- Samples/NuklearDemo/src/NuklearDemo.hpp+1-1
- Samples/NuklearDemo/src/NuklearDemoWin32.cpp+1-1
- Samples/Shadows/src/ShadowsSample.cpp+1-1
- Samples/Shadows/src/ShadowsSample.hpp+1-1
- Tutorials/Common/src/TexturedCube.cpp+1-1
- Tutorials/Common/src/TexturedCube.hpp+1-1
- Tutorials/Tutorial00_HelloWin32/src/Tutorial00_HelloWin32.cpp+1-1
- Tutorials/Tutorial01_HelloTriangle/src/Tutorial01_HelloTriangle.cpp+1-1
- Tutorials/Tutorial01_HelloTriangle/src/Tutorial01_HelloTriangle.hpp+1-1
- Tutorials/Tutorial02_Cube/src/Tutorial02_Cube.cpp+1-1
- Tutorials/Tutorial02_Cube/src/Tutorial02_Cube.hpp+1-1
- Tutorials/Tutorial03_Texturing-C/src/Tutorial03_Texturing-C.cpp+1-1
- Tutorials/Tutorial03_Texturing-C/src/Tutorial03_Texturing-C.hpp+1-1
- Tutorials/Tutorial03_Texturing-C/src/Tutorial03_Texturing.c+1-1
- Tutorials/Tutorial03_Texturing/src/Tutorial03_Texturing.cpp+1-1
- Tutorials/Tutorial03_Texturing/src/Tutorial03_Texturing.hpp+1-1
- Tutorials/Tutorial04_Instancing/src/Tutorial04_Instancing.cpp+1-1
- Tutorials/Tutorial04_Instancing/src/Tutorial04_Instancing.hpp+1-1
- Tutorials/Tutorial05_TextureArray/src/Tutorial05_TextureArray.cpp+1-1
- Tutorials/Tutorial05_TextureArray/src/Tutorial05_TextureArray.hpp+1-1
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.cpp+1-1
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.hpp+1-1
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.cpp+1-1
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.hpp+1-1
- Tutorials/Tutorial08_Tessellation/src/Tutorial08_Tessellation.cpp+1-1
- Tutorials/Tutorial08_Tessellation/src/Tutorial08_Tessellation.hpp+1-1
- Tutorials/Tutorial09_Quads/src/Tutorial09_Quads.cpp+1-1
- Tutorials/Tutorial09_Quads/src/Tutorial09_Quads.hpp+1-1
- Tutorials/Tutorial10_DataStreaming/src/Tutorial10_DataStreaming.cpp+1-1
- Tutorials/Tutorial10_DataStreaming/src/Tutorial10_DataStreaming.hpp+1-1
- Tutorials/Tutorial11_ResourceUpdates/src/Tutorial11_ResourceUpdates.cpp+1-1
- Tutorials/Tutorial11_ResourceUpdates/src/Tutorial11_ResourceUpdates.hpp+1-1
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.cpp+1-1
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.hpp+1-1
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.cpp+1-1
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.hpp+1-1
- Tutorials/Tutorial14_ComputeShader/src/Tutorial14_ComputeShader.cpp+1-1
- Tutorials/Tutorial14_ComputeShader/src/Tutorial14_ComputeShader.hpp+1-1
- Tutorials/Tutorial15_MultipleWindows/src/Tutorial15_MultipleWindows.cpp+1-1
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.cpp+1-1
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.hpp+1-1
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.cpp+1-1
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.hpp+1-1
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.cpp+1-1
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.hpp+1-1
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.cpp+1-1
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.hpp+1-1
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+1-1
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.hpp+1-1
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.cpp+1-1
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.hpp+1-1
Submodule DiligentTools updated 43 files
- AssetLoader/interface/DXSDKMeshLoader.hpp+1-1
- AssetLoader/interface/GLTFLoader.hpp+1-1
- AssetLoader/interface/GLTFResourceManager.hpp+1-1
- AssetLoader/src/DXSDKMeshLoader.cpp+1-1
- AssetLoader/src/GLTFLoader.cpp+1-1
- AssetLoader/src/GLTFResourceManager.cpp+1-1
- HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.cpp+1-1
- HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h+1-1
- HLSL2GLSLConverter/src/HLSL2GLSLConverterAppWin32.cpp+1-1
- Imgui/interface/ImGuiDiligentRenderer.hpp+1-1
- Imgui/interface/ImGuiImplDiligent.hpp+1-1
- Imgui/interface/ImGuiImplWin32.hpp+1-1
- Imgui/interface/ImGuiUtils.hpp+1-1
- Imgui/src/ImGuiDiligentRenderer.cpp+1-1
- Imgui/src/ImGuiImplDiligent.cpp+1-1
- Imgui/src/ImGuiImplWin32.cpp+1-1
- NativeApp/Android/build.gradle+8-1
- NativeApp/include/AppBase.hpp+1-1
- NativeApp/include/NativeAppBase.hpp+1-1
- NativeApp/include/Win32/Win32AppBase.hpp+1-1
- NativeApp/src/Win32/WinMain.cpp+1-1
- Tests/DiligentToolsTest/src/JPEGCodecTest.cpp+1-1
- Tests/DiligentToolsTest/src/PNGCodecTest.cpp+1-1
- Tests/IncludeTest/TextureLoader/ImageH_test.cpp+1-1
- Tests/IncludeTest/TextureLoader/TextureLoaderH_test.c+1-1
- Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp+1-1
- Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.c+1-1
- Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp+1-1
- TextureLoader/include/DDSLoader.h+1-1
- TextureLoader/include/JPEGCodec.h+1-1
- TextureLoader/include/PNGCodec.h+1-1
- TextureLoader/include/dxgiformat.h+1-1
- TextureLoader/include/pch.h+1-1
- TextureLoader/interface/Image.h+1-1
- TextureLoader/interface/TextureLoader.h+1-1
- TextureLoader/interface/TextureUtilities.h+1-1
- TextureLoader/src/DDSLoader.cpp+1-1
- TextureLoader/src/Image.cpp+1-1
- TextureLoader/src/JPEGCodec.c+1-1
- TextureLoader/src/KTXLoader.cpp+1-1
- TextureLoader/src/PNGCodec.c+1-1
- TextureLoader/src/TextureLoader.cpp+1-1
- TextureLoader/src/TextureUtilities.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments