Move GLSL shaders to external files and use include_str!() to load them.
authorBernie Innocenti <bernie@codewiz.org>
Sat, 8 Apr 2017 20:33:50 +0000 (16:33 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 8 Apr 2017 20:43:30 +0000 (16:43 -0400)
commit1124bb2dc1b8381bf4bfc437ab1689ec1b30d99b
tree2e3f528ff3b8c0c32f2c329d9da94514070eba73
parente1501d87592aa1657d604f33814dc891047ab16c
Move GLSL shaders to external files and use include_str!() to load them.
bounding_box.rs
mandelwow.frag [new file with mode: 0644]
mandelwow.rs
mandelwow.vert [new file with mode: 0644]
solid.frag [new file with mode: 0644]
solid.vert [new file with mode: 0644]