-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Nuanceur
updated
18 files
+3 −0 | .gitmodules | |
+27 −1 | build_cmake/CMakeLists.txt | |
+1 −0 | deps/vkrunner | |
+84 −32 | include/nuanceur/builder/ShaderBuilder.h | |
+1 −0 | include/nuanceur/generators/SpirvShaderGenerator.h | |
+3 −23 | src/builder/ShaderBuilder.cpp | |
+145 −112 | src/generators/SpirvShaderGenerator.cpp | |
+16 −0 | tests/BasicTest.cpp | |
+9 −0 | tests/BasicTest.h | |
+27 −0 | tests/Main.cpp | |
+23 −0 | tests/Swizzle1Test.cpp | |
+9 −0 | tests/Swizzle1Test.h | |
+22 −0 | tests/Swizzle2Test.cpp | |
+9 −0 | tests/Swizzle2Test.h | |
+27 −0 | tests/SwizzleTempTest.cpp | |
+9 −0 | tests/SwizzleTempTest.h | |
+59 −0 | tests/Test.cpp | |
+23 −0 | tests/Test.h |