mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-09 13:50:05 +00:00
Workaround MSVC jank
This commit is contained in:
parent
2ace2714ed
commit
bf3f651f6c
@ -176,7 +176,7 @@ int main(int argc, char **argv)
|
||||
SPVC_CHECKED_CALL(spvc_compiler_create_compiler_options(compiler_glsl, &options));
|
||||
SPVC_CHECKED_CALL(spvc_compiler_install_compiler_options(compiler_glsl, options));
|
||||
|
||||
static const int NUM_EXTS = 2;
|
||||
#define NUM_EXTS 2
|
||||
const char *expected_exts[NUM_EXTS] =
|
||||
{
|
||||
"EXT_first",
|
||||
|
Loading…
Reference in New Issue
Block a user