Fixed shaderc.

This commit is contained in:
Бранимир Караџић
2025-10-21 19:23:52 -07:00
parent a13637f390
commit a569829d50
2 changed files with 0 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wshadow") // warning: declaration of 'u
#include <ShaderLang.h> #include <ShaderLang.h>
#include <ResourceLimits.h> #include <ResourceLimits.h>
#include <SPIRV/GlslangToSpv.h> #include <SPIRV/GlslangToSpv.h>
#include <SPIRV/SPVRemapper.h>
#include <SPIRV/SpvTools.h> #include <SPIRV/SpvTools.h>
#include <spirv-tools/optimizer.hpp> #include <spirv-tools/optimizer.hpp>
BX_PRAGMA_DIAGNOSTIC_POP() BX_PRAGMA_DIAGNOSTIC_POP()

View File

@@ -22,7 +22,6 @@ BX_PRAGMA_DIAGNOSTIC_IGNORED_CLANG_GCC("-Wshadow") // warning: declaration of 'u
#define ENABLE_OPT 1 #define ENABLE_OPT 1
#include <ShaderLang.h> #include <ShaderLang.h>
#include <ResourceLimits.h> #include <ResourceLimits.h>
#include <SPIRV/SPVRemapper.h>
#include <SPIRV/GlslangToSpv.h> #include <SPIRV/GlslangToSpv.h>
#include <SPIRV/SpvTools.h> #include <SPIRV/SpvTools.h>
#include <spirv-tools/optimizer.hpp> #include <spirv-tools/optimizer.hpp>