diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-06-24 16:18:21 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-06-24 16:18:21 +0200 |
| commit | 52392686a5f13361925c54bc456911346e7256c3 (patch) | |
| tree | 99d7aaad8d0d0cfab124a6a595f5ac24e0b6de33 | |
| parent | bdbe99ee7c9711981ee36dddfd0aea406ca67888 (diff) | |
sokol_nuklear.h: fix embedded glsl shader name
| -rw-r--r-- | util/sokol_nuklear.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sokol_nuklear.h b/util/sokol_nuklear.h index af166080..6cd14027 100644 --- a/util/sokol_nuklear.h +++ b/util/sokol_nuklear.h @@ -391,7 +391,7 @@ static const char _snk_vs_source_glsl330[341] = { 0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x30,0x3b, 0x0a,0x7d,0x0a,0x0a,0x00, }; -static const char fs_source_glsl330[177] = { +static const char _snk_fs_source_glsl330[177] = { 0x23,0x76,0x65,0x72,0x73,0x69,0x6f,0x6e,0x20,0x33,0x33,0x30,0x0a,0x0a,0x75,0x6e, 0x69,0x66,0x6f,0x72,0x6d,0x20,0x73,0x61,0x6d,0x70,0x6c,0x65,0x72,0x32,0x44,0x20, 0x74,0x65,0x78,0x5f,0x73,0x6d,0x70,0x3b,0x0a,0x0a,0x6c,0x61,0x79,0x6f,0x75,0x74, |