GLprogram junk

This commit is contained in:
Zeno Rogue 2019-10-22 00:35:34 +02:00
parent ea65beb5c0
commit d7a8cbe0be
1 changed files with 0 additions and 2 deletions

View File

@ -237,8 +237,6 @@ struct GLprogram : std::enable_shared_from_this<GLprogram> {
GLint uFog, uFogColor, uColor, tTexture, tInvExpTable, uMV, uProjection, uAlpha, uFogBase, uPP;
GLint uPRECX, uPRECY, uPRECZ, uIndexSL, uIterations;
bool uses_mvp;
flagtype shader_flags;
string _vsh, _fsh;