-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] : the locked uniform status is saved only in the conf of the sh…
…ader. not more in config files
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule SoGLSL
updated
8 files
+1 −1 | .gitmodules | |
+0 −0 | 3rdparty/iagp | |
+13 −5 | src/CodeTree/CodeTree.cpp | |
+8 −2 | src/CodeTree/CodeTree.h | |
+10 −5 | src/CodeTree/ShaderKey.cpp | |
+5 −2 | src/CodeTree/ShaderKey.h | |
+6 −6 | src/CodeTree/ShaderKeyConfigSwitcherUnified.cpp | |
+4 −4 | src/Uniforms/UniformHelper.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define NoodlesPlate_Prefix "NoodlesPlate" | ||
#define NoodlesPlate_BuildNumber 786 | ||
#define NoodlesPlate_BuildNumber 789 | ||
#define NoodlesPlate_MinorNumber 7 | ||
#define NoodlesPlate_MajorNumber 0 | ||
#define NoodlesPlate_BuildId "0.7.786" | ||
#define NoodlesPlate_BuildId "0.7.789" |