VISH
0.2
|
A helper class to create a shader program from either intrinsic code, or external files, as given under the specified name in Programmable::CompileShader(). More...
#include </home/werner/origo/vish/ocean/Anemonia/Programmable.hpp>
A helper class to create a shader program from either intrinsic code, or external files, as given under the specified name in Programmable::CompileShader().
If no files exist, then the virtual functions are called. If files exist, they are read in and their content used instead. If files exist but have zero length, then they will be overwritten and the internal code will be inserted into them.