Skip to content

Commit

Permalink
Update Nuanceur submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jul 16, 2024
1 parent 6a6ff95 commit 68ae0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Nuanceur
Submodule Nuanceur updated 33 files
+37 −0 .clang-format
+1 −2 include/nuanceur/builder/ArrayUintValue.h
+5 −8 include/nuanceur/builder/Bool2Value.h
+23 −25 include/nuanceur/builder/BoolValue.h
+13 −13 include/nuanceur/builder/Float2Value.h
+9 −12 include/nuanceur/builder/Float3Value.h
+12 −14 include/nuanceur/builder/Float4Value.h
+1 −2 include/nuanceur/builder/FloatSwizzleSelector.h
+2 −3 include/nuanceur/builder/FloatSwizzleSelector4.h
+13 −13 include/nuanceur/builder/FloatValue.h
+1 −2 include/nuanceur/builder/ImageUint2DValue.h
+14 −13 include/nuanceur/builder/Int2Value.h
+9 −12 include/nuanceur/builder/Int3Value.h
+11 −11 include/nuanceur/builder/Int4Value.h
+1 −2 include/nuanceur/builder/IntSwizzleSelector4.h
+16 −18 include/nuanceur/builder/IntValue.h
+1 −2 include/nuanceur/builder/Matrix44Value.h
+83 −79 include/nuanceur/builder/Operations.h
+123 −98 include/nuanceur/builder/ShaderBuilder.h
+2 −4 include/nuanceur/builder/SubpassInputValue.h
+1 −2 include/nuanceur/builder/Texture2DValue.h
+10 −13 include/nuanceur/builder/Uint3Value.h
+8 −10 include/nuanceur/builder/Uint4Value.h
+1 −2 include/nuanceur/builder/UintSwizzleSelector4.h
+15 −17 include/nuanceur/builder/UintValue.h
+13 −13 include/nuanceur/generators/GlslShaderGenerator.h
+15 −15 include/nuanceur/generators/HlslShaderGenerator.h
+10 −9 include/nuanceur/generators/SpirvShaderGenerator.h
+124 −169 src/builder/Operations.cpp
+126 −94 src/builder/ShaderBuilder.cpp
+84 −85 src/generators/GlslShaderGenerator.cpp
+79 −81 src/generators/HlslShaderGenerator.cpp
+721 −611 src/generators/SpirvShaderGenerator.cpp

0 comments on commit 68ae0a7

Please sign in to comment.