gl-util.h: Remove wrappers for things abstracted via GLMeta
This commit is contained in:
parent
bae977d4ab
commit
b8d861b4cd
7 changed files with 48 additions and 133 deletions
src
|
@ -416,7 +416,7 @@ struct WindowPrivate
|
|||
TEX::allocEmpty(baseTex.width, baseTex.height);
|
||||
TEX::unbind();
|
||||
|
||||
FBO::bind(baseTex.fbo, FBO::Generic);
|
||||
FBO::bind(baseTex.fbo);
|
||||
glState.viewport.pushSet(IntRect(0, 0, baseTex.width, baseTex.height));
|
||||
glState.clearColor.pushSet(Vec4());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue