-
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] : fix the display of error/warning pane
- Loading branch information
Showing
8 changed files
with
251 additions
and
275 deletions.
There are no files selected for viewing
Submodule SoGLSL
updated
15 files
+1 −1 | 3rdparty/ImGuiPack | |
+1 −1 | 3rdparty/InAppGpuProfiler | |
+1 −1 | 3rdparty/ctools | |
+16 −16 | cmake/Maintained/iagp.cmake | |
+1 −1 | src/Buffer/FrameBufferAttachment.cpp | |
+1 −1 | src/Mesh/Model/PNCMesh.cpp | |
+1 −1 | src/Mesh/Model/PNCModel.cpp | |
+1 −1 | src/Mesh/Model/PNTBTCMesh.cpp | |
+1 −1 | src/Mesh/Model/PNTBTCModel.cpp | |
+1 −1 | src/Mesh/Model/PNTCModel.cpp | |
+1 −1 | src/Mesh/Model/PointModel.cpp | |
+1 −1 | src/Mesh/Model/QuadModel.cpp | |
+1 −1 | src/Renderer/RenderPack.cpp | |
+1 −1 | src/Uniforms/UniformHelper.cpp | |
+1 −1 | src/VR/Backend/VRBackend.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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 782 | ||
#define NoodlesPlate_BuildNumber 786 | ||
#define NoodlesPlate_MinorNumber 7 | ||
#define NoodlesPlate_MajorNumber 0 | ||
#define NoodlesPlate_BuildId "0.7.782" | ||
#define NoodlesPlate_BuildId "0.7.786" |
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
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
Oops, something went wrong.