OpenCL backend disabled by default.
This commit is contained in:
parent
d9dc6a396f
commit
3e42fa28df
5 changed files with 16 additions and 9 deletions
|
@ -56,7 +56,7 @@ private:
|
|||
void setPlatform(const rapidjson::Value &platform);
|
||||
|
||||
bool m_cache = true;
|
||||
bool m_enabled = true;
|
||||
bool m_enabled = false;
|
||||
bool m_shouldSave = false;
|
||||
String m_loader;
|
||||
String m_platformVendor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue