b-aaz fb474874db Added required includes to the platform headers . 1 год назад
..
nuklearshaders b65f1aa28e ✨ add vulkan demo 2 лет назад
Makefile b65f1aa28e ✨ add vulkan demo 2 лет назад
README.md b65f1aa28e ✨ add vulkan demo 2 лет назад
nuklear_glfw_vulkan.in.h fb474874db Added required includes to the platform headers . 1 год назад

README.md

Contrary to OpenGL Vulkan needs precompiled shaders in the SPIR-V format which makes it a bit more difficult to inline the shadercode.

After executing make the result should be a self contained nuklear_glfw_vulkan.h. Copy the result file to the parent directory and the "release" should be done.

You will need to have xxd, glslc and awk installed for this.