OPENGL: Make shader/framebuffer part of pipeline state.
This commit is contained in:
parent
0b46af2f0e
commit
0fe580d10c
8 changed files with 126 additions and 69 deletions
|
@ -81,6 +81,7 @@ protected:
|
|||
void applyViewport();
|
||||
|
||||
GLfloat _projectionMatrix[4*4];
|
||||
void applyProjectionMatrix();
|
||||
private:
|
||||
bool _isActive;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue