webgl-rc-macro 0.1.2

GLSL loading macro for webgl-rc
Documentation

GLSL Loading Macro

[load_glsl] macro is similar to [std::include_str] but it has some differences:

  • it loads files from glsl directory at the project root,
  • it supports #include <lib/color.glsl> or #incluide "../lib/color.glsl" macro in the files.