1
1

GL: Fix compilation error on MSVC (for real)

This commit is contained in:
2022-03-22 14:52:51 +01:00
parent a43f3c761e
commit 86d87fcbdb

View File

@@ -24,7 +24,7 @@ using namespace blender;
using namespace blender::gpu;
using namespace blender::gpu::shader;
extern "C" extern char datatoc_glsl_shader_defines_glsl[];
extern "C" char datatoc_glsl_shader_defines_glsl[];
/* -------------------------------------------------------------------- */
/** \name Creation / Destruction