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:
parent
1f0fcbe5a3
commit
16bb8881e6
4 changed files with 20 additions and 13 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue