1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 17:29:57 +00:00

GLprogram junk

This commit is contained in:
Zeno Rogue 2019-10-22 00:35:34 +02:00
parent ea65beb5c0
commit d7a8cbe0be

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;