You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CMake helpers and BIN2C tool for embedding shaders
---------- v2 ----------
Fix the following compilation error:
1. Windows does not include <string> by default with <iostream>, thus added #include <string> in util.cpp.
2. On some systems with GLEW pre-installed, imgui will pick the wrong loading libraries. Added compile definitions in imgui/CMakeLists.txt to fix the issue.