Commit 8d303fb
committed
Updated modules to API250000
1 parent 29c34ef commit 8d303fb
14 files changed
Lines changed: 109 additions & 78 deletions
File tree
- .github/workflows
- Projects/Asteroids/src
- unityplugin
- GhostCubePlugin/PluginSource/src
- GhostCubeScene
- assets/shaders
- src
- UnityEmulator/src
- Android
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
72 | 70 | | |
73 | | - | |
| 71 | + | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
115 | | - | |
| 113 | + | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
120 | | - | |
121 | | - | |
| 118 | + | |
| 119 | + | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
| |||
Submodule DiligentCore updated 358 files
Submodule DiligentSamples updated 55 files
- .github/workflows/android.yml+64
- .github/workflows/linux.yml+10-12
- Android/build.gradle+1-1
- Android/gradle/wrapper/gradle-wrapper.properties+1-1
- SampleBase/include/SampleApp.hpp+9-3
- SampleBase/include/SampleBase.hpp+17-8
- SampleBase/src/Android/SampleAppAndroid.cpp+1-1
- SampleBase/src/IOS/SampleAppIOS.cpp+2-2
- SampleBase/src/Linux/InputControllerLinux.cpp+1
- SampleBase/src/MacOS/SampleAppMacOS.mm+3-3
- SampleBase/src/SampleApp.cpp+101-75
- SampleBase/src/SampleBase.cpp+6-4
- SampleBase/src/UWP/SampleAppUWP.cpp+2-2
- Samples/Atmosphere/src/AtmosphereSample.cpp+7-7
- Samples/Atmosphere/src/AtmosphereSample.hpp+1-1
- Samples/Atmosphere/src/Terrain/EarthHemisphere.cpp+1-1
- Samples/GLFWDemo/src/GLFWDemo.cpp+33-6
- Samples/GLFWDemo/src/GLFWDemo.hpp+1-1
- Samples/GLFWDemo/src/SurfaceHelper.mm+8-4
- Samples/NuklearDemo/src/NkDiligent.cpp+2-2
- Samples/Shadows/src/ShadowsSample.cpp+8-10
- Samples/Shadows/src/ShadowsSample.hpp+1-3
- Tutorials/Tutorial00_HelloLinux/src/Tutorial00_HelloLinux.cpp+8-9
- Tutorials/Tutorial00_HelloWin32/src/Tutorial00_HelloWin32.cpp-1
- Tutorials/Tutorial03_Texturing-C/src/Tutorial03_Texturing.c+11-9
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.cpp+8-8
- Tutorials/Tutorial06_Multithreading/src/Tutorial06_Multithreading.hpp+1-3
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.cpp+3-4
- Tutorials/Tutorial07_GeometryShader/src/Tutorial07_GeometryShader.hpp+1-2
- Tutorials/Tutorial08_Tessellation/src/Tutorial08_Tessellation.cpp+6-7
- Tutorials/Tutorial08_Tessellation/src/Tutorial08_Tessellation.hpp+1-2
- Tutorials/Tutorial09_Quads/src/Tutorial09_Quads.cpp+9-9
- Tutorials/Tutorial09_Quads/src/Tutorial09_Quads.hpp+1-3
- Tutorials/Tutorial10_DataStreaming/src/Tutorial10_DataStreaming.cpp+11-11
- Tutorials/Tutorial10_DataStreaming/src/Tutorial10_DataStreaming.hpp+1-3
- Tutorials/Tutorial11_ResourceUpdates/src/Tutorial11_ResourceUpdates.cpp+1-1
- Tutorials/Tutorial12_RenderTarget/readme.md+3-5
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.cpp+4-6
- Tutorials/Tutorial12_RenderTarget/src/Tutorial12_RenderTarget.hpp+1-3
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.cpp+7-7
- Tutorials/Tutorial13_ShadowMap/src/Tutorial13_ShadowMap.hpp+1-1
- Tutorials/Tutorial14_ComputeShader/src/Tutorial14_ComputeShader.cpp+3-3
- Tutorials/Tutorial14_ComputeShader/src/Tutorial14_ComputeShader.hpp+1-1
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.cpp+4-4
- Tutorials/Tutorial16_BindlessResources/src/Tutorial16_BindlessResources.hpp+1-1
- Tutorials/Tutorial17_MSAA/src/Tutorial17_MSAA.cpp+1-1
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.cpp+8-8
- Tutorials/Tutorial18_Queries/src/Tutorial18_Queries.hpp+1-1
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.cpp+6-8
- Tutorials/Tutorial19_RenderPasses/src/Tutorial19_RenderPasses.hpp+1-3
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.cpp+5-5
- Tutorials/Tutorial20_MeshShader/src/Tutorial20_MeshShader.hpp+1-1
- Tutorials/Tutorial21_RayTracing/assets/structures.fxh+11
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.cpp+5-5
- Tutorials/Tutorial21_RayTracing/src/Tutorial21_RayTracing.hpp+1-1
Submodule DiligentTools updated 16 files
- .github/workflows/linux.yml+6-8
- HLSL2GLSLConverter/src/HLSL2GLSLConverterApp.h+1-1
- Imgui/src/ImGuiDiligentRenderer.cpp+3-3
- NativeApp/Android/android_common.gradle+2
- NativeApp/Android/ndk_helper/CMakeLists.txt+10
- NativeApp/Android/ndk_helper/include/NDKHelper.h+6
- NativeApp/Apple/Source/Classes/OSX/FullscreenWindow.m+19-19
- NativeApp/Apple/Source/Classes/OSX/GLView.mm+72-72
- NativeApp/Apple/Source/Classes/OSX/WindowController.mm+59-59
- NativeApp/Apple/Source/Classes/iOS/AppDelegate.m+11-11
- NativeApp/Apple/Source/Classes/iOS/AppViewBase.mm+17-17
- NativeApp/Apple/Source/Classes/iOS/EAGLView.mm+5-5
- NativeApp/Apple/Source/Classes/iOS/MVKView.mm+1-1
- NativeApp/Apple/Source/Classes/iOS/MetalView.mm+1-1
- NativeApp/src/Linux/LinuxMain.cpp+2-1
- ThirdParty/zlib-1.2.8/CMakeLists.txt+7-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
| 821 | + | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
860 | 863 | | |
861 | 864 | | |
862 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
19 | 36 | | |
20 | 37 | | |
21 | 38 | | |
| |||
39 | 56 | | |
40 | 57 | | |
41 | 58 | | |
42 | | - | |
| 59 | + | |
| 60 | + | |
43 | 61 | | |
44 | 62 | | |
45 | 63 | | |
| |||
56 | 74 | | |
57 | 75 | | |
58 | 76 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
525 | 528 | | |
526 | 529 | | |
527 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
528 | 534 | | |
529 | 535 | | |
530 | 536 | | |
| |||
0 commit comments