mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 08:43:02 +00:00
GLprogram junk
This commit is contained in:
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 uFog, uFogColor, uColor, tTexture, tInvExpTable, uMV, uProjection, uAlpha, uFogBase, uPP;
|
||||||
GLint uPRECX, uPRECY, uPRECZ, uIndexSL, uIterations;
|
GLint uPRECX, uPRECY, uPRECZ, uIndexSL, uIterations;
|
||||||
|
|
||||||
bool uses_mvp;
|
|
||||||
|
|
||||||
flagtype shader_flags;
|
flagtype shader_flags;
|
||||||
|
|
||||||
string _vsh, _fsh;
|
string _vsh, _fsh;
|
||||||
|
|||||||
Reference in New Issue
Block a user