File tree
86 files changed
+2573
-2312
lines changed- include/nbl
- asset
- core
- alloc
- util
- ext
- Blur
- FullScreenTriangle
- OIT
- ScreenShot
- ToneMapper
- scene
- video
- alloc
- utilities
- source/Nabla
- src/nbl
- ext
- Blur
- DebugDraw
- DepthPyramidGenerator
- FFT
- LumaMeter
- RadixSort
- video
- alloc
- utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+2573
-2312
lines changedSubmodule examples_tests updated 44 files
- .gitmodules+3
- 0.ImportanceSamplingEnvMaps/main.cpp+22-22
- 01.HelloWorld/main.cpp+4-4
- 02.ComputeShader/main.cpp+7-7
- 03.GPU_Mesh/main.cpp+10-10
- 05.NablaTutorialExample/main.cpp+13-13
- 06.MeshLoaders/main.cpp+22-15
- 07.SubpassBaking/main.cpp+6-6
- 09.ColorSpaceTest/main.cpp+6-6
- 11.LoDSystem/main.cpp+10-10
- 12.glTF/main.cpp+10-10
- 13.EmptyExample/main.cpp+4-4
- 14.ComputeScan/main.cpp+10-10
- 16.OrderIndependentTransparency/main.cpp+10-10
- 17.SimpleBulletIntegration/main.cpp+3-3
- 18.MitsubaLoader/main.cpp+19-19
- 20.Megatexture/main.cpp+6-6
- 21.DynamicTextureIndexing/main.cpp+12-12
- 22.RaytracedAO/Renderer.cpp+47-47
- 23.Autoexposure/main.cpp+10-10
- 27.PLYSTLDemo/main.cpp+3-3
- 29.SpecializationConstants/main.cpp+9-9
- 33.Draw3DLine/main.cpp+2-2
- 35.GeometryCreator/main.cpp+17-17
- 36.CUDAInterop/main.cpp+2-2
- 39.DenoiserTonemapper/main.cpp+34-34
- 41.VisibilityBuffer/main.cpp+32-32
- 42.FragmentShaderPathTracer/main.cpp+21-21
- 44.LevelCurveExtraction/main.cpp+11-11
- 45.BRDFEvalTest/main.cpp+7-7
- 46.SamplingValidation/main.cpp+4-4
- 47.DerivMapTest/main.cpp+6-6
- 48.ArithmeticUnitTest/main.cpp+58-17
- 49.ComputeFFT/main.cpp+27-27
- 50.NewAPITest/main.cpp+12-12
- 51.RadixSort/main.cpp+3-3
- 53.ComputeShaders/main.cpp+12-12
- 54.Transformations/main.cpp+7-7
- 55.RGB18E7S3/main.cpp+8-8
- 56.RayQuery/main.cpp+84-40
- 57.AndroidSample/main.cpp+12-12
- Readme.md-3
- common/CommonAPI.h+14-7
- media+1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
Lines changed: 11 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
| 118 | + | |
118 | 119 |
| |
119 | 120 |
| |
120 | 121 |
| |
| |||
135 | 136 |
| |
136 | 137 |
| |
137 | 138 |
| |
138 |
| - | |
| 139 | + | |
139 | 140 |
| |
140 | 141 |
| |
141 | 142 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
| 148 | + | |
148 | 149 |
| |
| 150 | + | |
149 | 151 |
| |
150 | 152 |
| |
151 | 153 |
| |
152 | 154 |
| |
153 | 155 |
| |
154 |
| - | |
| 156 | + | |
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
| |||
205 | 207 |
| |
206 | 208 |
| |
207 | 209 |
| |
| 210 | + | |
| 211 | + | |
208 | 212 |
| |
209 | 213 |
| |
210 | 214 |
| |
211 | 215 |
| |
212 |
| - | |
213 |
| - | |
| 216 | + | |
214 | 217 |
| |
215 | 218 |
| |
216 | 219 |
| |
| |||
222 | 225 |
| |
223 | 226 |
| |
224 | 227 |
| |
225 |
| - | |
226 |
| - | |
| 228 | + | |
227 | 229 |
| |
228 | 230 |
| |
229 | 231 |
| |
| |||
365 | 367 |
| |
366 | 368 |
| |
367 | 369 |
| |
368 |
| - | |
| 370 | + | |
369 | 371 |
| |
370 | 372 |
| |
371 | 373 |
| |
|
Lines changed: 0 additions & 160 deletions
This file was deleted.
0 commit comments