File tree
3 files changed
+4
-5
lines changed- include/nbl/scene
3 files changed
+4
-5
lines changedSubmodule examples_tests updated 38 files
- .gitignore+4
- 0.ImportanceSamplingEnvMaps/main.cpp+4-4
- 01.HelloWorld/main.cpp+9-8
- 02.ComputeShader/main.cpp+18-14
- 03.GPU_Mesh/main.cpp+6-7
- 05.NablaTutorialExample/main.cpp+16-19
- 06.MeshLoaders/main.cpp+8-6
- 07.SubpassBaking/main.cpp+28-17
- 09.ColorSpaceTest/main.cpp+6-5
- 11.LoDSystem/main.cpp+43-16
- 12.glTF/main.cpp+62-27
- 13.EmptyExample/main.cpp+1-1
- 14.ComputeScan/main.cpp+3-3
- 16.OrderIndependentTransparency/main.cpp+15-11
- 17.SimpleBulletIntegration/main.cpp+7-5
- 18.MitsubaLoader/main.cpp+5-5
- 20.Megatexture/main.cpp+18-9
- 21.DynamicTextureIndexing/main.cpp+18-8
- 27.PLYSTLDemo/main.cpp+17-13
- 29.SpecializationConstants/main.cpp+22-14
- 33.Draw3DLine/main.cpp+6-6
- 34.LRUCacheUnitTest/main.cpp+1-1
- 35.GeometryCreator/main.cpp+10-12
- 42.FragmentShaderPathTracer/common.glsl+8
- 42.FragmentShaderPathTracer/litByRectangle.comp+40-15
- 42.FragmentShaderPathTracer/main.cpp+50-14
- 47.DerivMapTest/main.cpp+4-3
- 48.ArithmeticUnitTest/main.cpp+1-1
- 50.NewAPITest/main.cpp+4-3
- 53.ComputeShaders/main.cpp+13-8
- 54.Transformations/main.cpp+62-23
- 55.RGB18E7S3/main.cpp+8-7
- 56.RayQuery/main.cpp+8-6
- 57.AndroidSample/CMakeLists.txt-3
- 57.AndroidSample/main.cpp-530
- CMakeLists.txt+15-16
- common/CommonAPI.h+13-6
- media+1-1
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 |
| - | |
| 51 | + | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
0 commit comments