FIxed VS build.

This commit is contained in:
Branimir Karadžić 2017-01-11 22:46:41 -08:00
parent 3ab3815449
commit d9c8501d06
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "shaderc.h"
BX_PRAGMA_DIAGNOSTIC_PUSH()
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4100) // error C4100: 'inclusionDepth' : unreferenced formal parameter
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4265) // error C4265: 'spv::spirvbin_t': class has virtual functions, but destructor is not virtual
#include <ShaderLang.h>
#include <ResourceLimits.h>