Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 255 Bytes

SDL satellite library for shader translation at runtime or build time. Uses SPIRV-Cross and (optionally) glslangValidator.

Setup:

  • git clone --recursive
  • mkdir build
  • cmake .. -DSDL3SHADER_GLSL=ON (omit if GLSL source translation is not desired)