2 files changed
+4
-3
lines changedSubmodule examples_tests updated 48 files
- 02_HelloCompute/main.cpp+1-1
- 03_DeviceSelectionAndSharedSources/Testers.h+4-4
- 03_DeviceSelectionAndSharedSources/main.cpp+2-2
- 05_StreamingAndBufferDeviceAddressApp/main.cpp+2-2
- 07_StagingAndMultipleQueues/main.cpp+1-1
- 10_CountingSort/main.cpp+3-3
- 21_LRUCacheUnitTest/main.cpp+35
- 22_CppCompat/app_resources/test.comp.hlsl+5-5
- 22_CppCompat/main.cpp+3-3
- 23_ArithmeticUnitTest/main.cpp+1-1
- 24_ColorSpaceTest/app_resources/present.frag.hlsl+2-1
- 24_ColorSpaceTest/main.cpp+3-3
- 35_GeometryCreator/CMakeLists.txt+3-1
- 35_GeometryCreator/main.cpp+521-514
- 61_UI/main.cpp+3-4
- 62_CAD/CMakeLists.txt+26
- 62_CAD/DrawResourcesFiller.cpp+252-117
- 62_CAD/DrawResourcesFiller.h+149-32
- 62_CAD/Hatch.cpp+458-2
- 62_CAD/Hatch.h+29-1
- 62_CAD/HatchGlyphBuilder.h+143
- 62_CAD/IndexAllocator.h+241
- 62_CAD/SingleLineText.cpp+83
- 62_CAD/SingleLineText.h+47
- 62_CAD/common.hlsl+128-64
- 62_CAD/fragment_shader.hlsl+70-31
- 62_CAD/main.cpp+520-76
- 62_CAD/resolve_alphas.hlsl+1-1
- 62_CAD/vertex_shader.hlsl+118-25
- old_to_refactor/07.SubpassBaking/main.cpp+482
- old_to_refactor/23.Autoexposure/CMakeLists.txt+13
- old_to_refactor/23.Autoexposure/fstFrag.frag+19
- old_to_refactor/23.Autoexposure/main.cpp+929
- old_to_refactor/60.ClusteredRendering/clipmap/first_cull.comp+110
- old_to_refactor/60.ClusteredRendering/clipmap/intermediate_cull.comp+112
- old_to_refactor/60.ClusteredRendering/clipmap/last_cull.comp+91
- old_to_refactor/60.ClusteredRendering/cull_common.glsl+247
- old_to_refactor/60.ClusteredRendering/debug_draw_aabb.vert+28
- old_to_refactor/60.ClusteredRendering/debug_draw_light_volume.vert+16
- old_to_refactor/60.ClusteredRendering/intersection_record.glsl+58
- old_to_refactor/60.ClusteredRendering/lighting.frag+270
- old_to_refactor/60.ClusteredRendering/lighting.vert+29
- old_to_refactor/60.ClusteredRendering/main.cpp+3.8k
- old_to_refactor/60.ClusteredRendering/octree/first_cull.comp+218
- old_to_refactor/60.ClusteredRendering/octree/intermediate_cull.comp+127
- old_to_refactor/60.ClusteredRendering/octree/last_cull.comp+123
- old_to_refactor/60.ClusteredRendering/scan.comp+149
- old_to_refactor/60.ClusteredRendering/scatter.comp+75
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
| 222 | + | |
223 | 223 |
| |
| 224 | + | |
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
| |||
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
246 |
| - | |
| 247 | + | |
247 | 248 |
| |
248 | 249 |
| |
249 | 250 |
| |
|
0 commit comments