diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-10-09 19:22:49 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-10-14 17:31:38 +0200 |
| commit | 3ddb9fd5566d88084783a04487a59f6957bf49f7 (patch) | |
| tree | 7ee77ad4f30dec09069d80cb40a35f4b35b0ac47 | |
| parent | 2eb669d5a49a1d8b9d88532d3f30584b8d280004 (diff) | |
sokol_imgui.h: fix a code style problem
| -rw-r--r-- | util/sokol_imgui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_imgui.h b/util/sokol_imgui.h index b1127e5a..051d993d 100644 --- a/util/sokol_imgui.h +++ b/util/sokol_imgui.h @@ -719,6 +719,7 @@ static _simgui_state_t _simgui; @program simgui vs fs */ +#if defined(SOKOL_GLCORE) /* #version 410 @@ -736,7 +737,6 @@ static _simgui_state_t _simgui; color = color0; } */ -#if defined(SOKOL_GLCORE) static const uint8_t _simgui_vs_source_glsl410[383] = { 0x23,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,0x34,0x31,0x30,0x0a,0x0a,0x75,0x6e, 0x69,0x66,0x6f,0x72,0x6d,0x20,0x76,0x65,0x63,0x34,0x20,0x76,0x73,0x5f,0x70,0x61, |