ENH: Embed shader source in binary.

This commit is contained in:
David Allemang
2023-01-27 09:35:29 -05:00
parent fff18e481f
commit b228f76658
8 changed files with 120 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
add_embed_library(shaders
curve-ortho.gm.glsl
curve-stereo.gm.glsl
diffuse.fs.glsl
direct-ortho.vs.glsl
direct-stereo.vs.glsl
solid.fs.glsl
deferred.vs.glsl
slice.gm.glsl
)