1 file changed
+1
-1
lines changedSubmodule examples_tests updated 59 files
- 01_HelloCoreSystemAsset/CMakeLists.txt+8
- 01_HelloCoreSystemAsset/main.cpp+37
- 03_DeviceSelectionAndSharedSources/CMakeLists.txt+1-1
- 03_DeviceSelectionAndSharedSources/Testers.h+309
- 03_DeviceSelectionAndSharedSources/app_resources/common_test1.hlsl+7
- 03_DeviceSelectionAndSharedSources/app_resources/comp_test2_nestedStructs.hlsl+29
- 03_DeviceSelectionAndSharedSources/app_resources/comp_test3_ArraysAndMatrices.hlsl+28
- 03_DeviceSelectionAndSharedSources/app_resources/frag_test1.hlsl+8
- 03_DeviceSelectionAndSharedSources/app_resources/frag_test4_SamplersTexBuffAndImgStorage.hlsl+18
- 03_DeviceSelectionAndSharedSources/app_resources/lastBindingCompatibilityTest.comp.hlsl+13
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/common.hlsl+17
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_0.comp.hlsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_1.comp.hlsl+18
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_2.comp.hlsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_3.comp.hlsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_4.comp.hlsl+21
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/shader_5.comp.hlsl+21
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutCreationWithPredefinedLayoutTest/test.comp.glsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/common.hlsl+17
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_0.comp.hlsl+25
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_1.comp.hlsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_2.comp.hlsl+15
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_3.comp.hlsl+15
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_4.comp.hlsl+13
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/shader_5.comp.hlsl+13
- 03_DeviceSelectionAndSharedSources/app_resources/pplnLayoutMergeTest/test.comp.glsl+16
- 03_DeviceSelectionAndSharedSources/app_resources/test.hlsl+27
- 03_DeviceSelectionAndSharedSources/app_resources/vtx_test1.hlsl+27
- 03_DeviceSelectionAndSharedSources/main.cpp+285-263
- 05_StreamingAndBufferDeviceAddressApp/CMakeLists.txt+1-1
- 06_HelloGraphicsQueue/CMakeLists.txt+1-1
- 07_StagingAndMultipleQueues/CMakeLists.txt+1-1
- 09_DepthBufferAndCamera/CAssetConverter.cpp+194
- 09_DepthBufferAndCamera/CAssetConverter.h+300
- 09_DepthBufferAndCamera/CMakeLists.txt+24
- 09_DepthBufferAndCamera/app_resources/push_constants.hlsl+8
- 09_DepthBufferAndCamera/config.json.template+28
- 09_DepthBufferAndCamera/main.cpp+457
- 09_DepthBufferAndCamera/pipeline.groovy+50
- 10_CountingSort/CMakeLists.txt
- 10_CountingSort/app_resources/common.hlsl+21
- 10_CountingSort/app_resources/prefix_sum_shader.comp.hlsl+64
- 10_CountingSort/app_resources/scatter_shader.comp.hlsl+98
- 10_CountingSort/config.json.template
- 10_CountingSort/main.cpp+10-9
- 10_CountingSort/pipeline.groovy
- 22_CppCompat/CMakeLists.txt+1-1
- 23_ArithmeticUnitTest/CMakeLists.txt+1-1
- 24_ColorSpaceTest/CMakeLists.txt+1-1
- 61_UI/CMakeLists.txt+1-3
- 61_UI/main.cpp+289-232
- 62_CAD/CMakeLists.txt+1-1
- 62_CAD/DrawResourcesFiller.cpp+3-3
- 62_CAD/DrawResourcesFiller.h+1-1
- 62_CAD/Polyline.h+35-6
- CMakeLists.txt+5-2
- CountingSort/app_resources/prefix_sum_shader.comp.hlsl-16
- CountingSort/app_resources/scatter_shader.comp.hlsl-16
- old_to_refactor/03_GPU_Mesh/main.cpp+9-180
0 commit comments