diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-11-15 16:29:32 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-11-15 16:29:32 +0100 |
| commit | 6654ea25e65e1bf5211fc0e121b0ae3f057baeaa (patch) | |
| tree | c8bbdb323cf1424d31cb4b351218ed7d5cde9549 /util/sokol_nuklear.h | |
| parent | e8c30801dea5a31443e7b60dccdb7f16abb8870b (diff) | |
sokol_fontstash.h: add embedded vulkan-spirv shader
Diffstat (limited to 'util/sokol_nuklear.h')
| -rw-r--r-- | util/sokol_nuklear.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/sokol_nuklear.h b/util/sokol_nuklear.h index a62ba9b9..f97cdd91 100644 --- a/util/sokol_nuklear.h +++ b/util/sokol_nuklear.h @@ -2311,7 +2311,6 @@ static const uint8_t _snk_vs_bytecode_spirv_vk[1472] = { 0x3e,0x00,0x03,0x00,0x29,0x00,0x00,0x00,0x2b,0x00,0x00,0x00,0x3d,0x00,0x04,0x00, 0x07,0x00,0x00,0x00,0x2f,0x00,0x00,0x00,0x2e,0x00,0x00,0x00,0x3e,0x00,0x03,0x00, 0x2c,0x00,0x00,0x00,0x2f,0x00,0x00,0x00,0xfd,0x00,0x01,0x00,0x38,0x00,0x01,0x00, - }; /* #version 460 @@ -2380,7 +2379,6 @@ static const uint8_t _snk_fs_bytecode_spirv_vk[780] = { 0x18,0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x3e,0x00,0x03,0x00,0x09,0x00,0x00,0x00, 0x1c,0x00,0x00,0x00,0xfd,0x00,0x01,0x00,0x38,0x00,0x01,0x00, }; - #elif defined(SOKOL_DUMMY_BACKEND) static const char* _snk_vs_source_dummy = ""; static const char* _snk_fs_source_dummy = ""; |