Workaround MSVC jank

This commit is contained in:
Hans-Kristian Arntzen 2023-06-06 12:58:22 +02:00 committed by GitHub
parent 2ace2714ed
commit bf3f651f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",