bkloppenborg / simtoi

The SImulation and Modeling Tool for Optical Interferometry
GNU General Public License v3.0
7 stars 6 forks source link

Load shaders and enumerations from configuration file, rather than code. #39

Closed bkloppenborg closed 11 years ago

bkloppenborg commented 12 years ago

At present the function

void CGLShaderList::LoadShaders()

is statically coded to load specific shaders. To add another shader, one must add code and recompile. It might be better to specify the shaders to load in a configuration file, rather than hard-coded values.

bkloppenborg commented 11 years ago

Duplicate of #18 and #59. Closed in #59.