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

@ -945,7 +945,7 @@ public:
bool hasAttachment() const { return false; }
TLayoutFormat getFormat() const { return ElfNone; }
bool isPushConstant() const { return false; }
bool isShaderRecordNV() const { return false; }
bool isShaderRecord() const { return false; }
bool hasBufferReference() const { return false; }
bool hasBufferReferenceAlign() const { return false; }
bool isNonUniform() const { return false; }