mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
GLprogram junk
This commit is contained in:
parent
ea65beb5c0
commit
d7a8cbe0be
2
glhr.cpp
2
glhr.cpp
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user