File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1+ v3.0.7
2+ ------
3+ - Updated Slang to 0.10.31
4+
5+ Bug Fixes:
6+ - Fixed a crash when rendering a VariablesBuffer/ConstantBuffer UI without specifying a group name
7+
18v3.0.6
29------
310- Changed max bones to 256
Original file line number Diff line number Diff line change 160160#define FALCOR_MAJOR_VERSION 3
161161#define FALCOR_MINOR_VERSION 0
162162#define FALCOR_DEV_STAGE ""
163- #define FALCOR_DEV_REVISION 6
164- #define FALCOR_VERSION_STRING "3.0.6 "
163+ #define FALCOR_DEV_REVISION 7
164+ #define FALCOR_VERSION_STRING "3.0.7 "
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ namespace Falcor
287287 // dirty flag for uploading will be set by GUI
288288 mVariablesBufferRef .uploadToGPU ();
289289
290- pGui->endGroup ();
290+ if (uiGroup != nullptr ) pGui->endGroup ();
291291 }
292292 }
293293}
Original file line number Diff line number Diff line change 2929 <package name =" rapidjson" version =" 1.1.0" />
3030 </dependency >
3131 <dependency name =" slang" linkPath =" Framework/Externals/Slang" >
32- <package name =" slang" version =" 0.10.30 " remotes =" github-slang" />
33- <package name =" slang" version =" 0.10.30 " remotes =" github-slang-linux" platforms =" linux" />
32+ <package name =" slang" version =" 0.10.31 " remotes =" github-slang" />
33+ <package name =" slang" version =" 0.10.31 " remotes =" github-slang-linux" platforms =" linux" />
3434 </dependency >
3535 <dependency name =" glfw" linkPath =" Framework/Externals/GLFW" >
3636 <package name =" glfw" version =" 3.2.1" platforms =" win" />
You can’t perform that action at this time.
0 commit comments