No files found.
+67 −16
Cargo.lock
Cargo.lock
+11 −0
Cargo.toml
glsl-to-cxx/Cargo.toml
+3 −0
README.md
glsl-to-cxx/README.md
+3,762 −0
hir.rs
glsl-to-cxx/src/hir.rs
+3,689 −0
lib.rs
glsl-to-cxx/src/lib.rs
+8 −0
main.rs
glsl-to-cxx/src/main.rs
+14 −0
Cargo.toml
swgl/Cargo.toml
+4 −0
README.md
swgl/README.md
+178 −0
build.rs
swgl/build.rs
+3,114 −0
gl.cc
swgl/src/gl.cc
+175 −0
gl_defs.h
swgl/src/gl_defs.h
+3,053 −0
glsl.h
swgl/src/glsl.h
+12 −0
lib.rs
swgl/src/lib.rs
+142 −0
program.h
swgl/src/program.h
+2,217 −0
swgl_fns.rs
swgl/src/swgl_fns.rs
+121 −0
texture.h
swgl/src/texture.h
+473 −0
vector_type.h
swgl/src/vector_type.h
+15 −0
brush_solid.frag.h
webrender/res/brush_solid.frag.h