Fix build on CMake 2.8, and fix Web build

And suppress some warnings that are too verbose in Web builds.
This commit is contained in:
Kai Ninomiya 2020-03-23 12:26:53 -07:00
parent 1f0fcbe5a3
commit 16bb8881e6
4 changed files with 20 additions and 13 deletions

View file

@ -503,7 +503,7 @@ public:
bool getAutoMapBindings() const { return false; }
bool getAutoMapLocations() const { return false; }
int getNumPushConstants() const { return 0; }
void addShaderRecordNVCount() { }
void addShaderRecordCount() { }
void addTaskNVCount() { }
void setUseVulkanMemoryModel() { }
bool usingVulkanMemoryModel() const { return false; }