mirror of https://github.com/bkaradzic/bgfx
FIxed VS build.
This commit is contained in:
parent
3ab3815449
commit
d9c8501d06
|
@ -6,6 +6,7 @@
|
||||||
#include "shaderc.h"
|
#include "shaderc.h"
|
||||||
|
|
||||||
BX_PRAGMA_DIAGNOSTIC_PUSH()
|
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
|
BX_PRAGMA_DIAGNOSTIC_IGNORED_MSVC(4265) // error C4265: 'spv::spirvbin_t': class has virtual functions, but destructor is not virtual
|
||||||
#include <ShaderLang.h>
|
#include <ShaderLang.h>
|
||||||
#include <ResourceLimits.h>
|
#include <ResourceLimits.h>
|
||||||
|
|
Loading…
Reference in New Issue