BREAKING CHANGES:
- Remove support for "Shader compile in
build.zigto*.bin.h.". - YOU must now call
zbgfx.build_step.installShadercthat install shaderc and deps to bin dir. Check examples in this PR. - Rewrite
compileBasicBinZig=>compileShaderand addcompileShadersfor many shaders in one module.
BREAKING CHANGES:
- Remove support for "Shader compile in `build.zig` to `*.bin.h`.".
- YOU must now call `zbgfx.build_step.installShaderc` that install shaderc and deps to bin dir. Check examples in this PR.
- Rewrite `compileBasicBinZig` => `compileShader` and add `compileShaders` for many shaders in one module.