Linux sync from Windows changes

This commit is contained in:
Jack Andersen
2015-11-02 18:27:56 -10:00
parent facacd4e95
commit 50bca6f58e
3 changed files with 70 additions and 55 deletions

View File

@@ -182,7 +182,7 @@ struct TestApplicationCallback : IApplicationCallback
CTestWindowCallback windowCallback;
bool running = true;
const IShaderDataBinding* m_binding = nullptr;
IShaderDataBinding* m_binding = nullptr;
std::mutex m_mt;
std::condition_variable m_cv;