|
|
@@ -5,11 +5,14 @@
|
|
|
|
|
|
#include "shaderc.h"
|
|
|
|
|
|
+BX_PRAGMA_DIAGNOSTIC_PUSH()
|
|
|
+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>
|
|
|
#include <SPIRV/SPVRemapper.h>
|
|
|
//#include <spirv-tools/libspirv.hpp>
|
|
|
//#include <spirv-tools/optimizer.hpp>
|
|
|
+BX_PRAGMA_DIAGNOSTIC_POP()
|
|
|
|
|
|
namespace bgfx
|
|
|
{
|