My graphics playground. Nothing to see here.
Requires the CLI tool sokol-shdc to compile the shaders
eg:
- (Windows)
sokol-shdc.exe --input src\program_hello_triangle.glsl --output src\program_hello_triangle.h --slang glsl430:hlsl5:metal_macos
- (macOS)
sokol-shdc --input src/program_hello_triangle.glsl --output src/program_hello_triangle.h --slang glsl430:hlsl5:metal_macos
Alternatively run: compile_shaders.bat