screenshader: add output uniform
This commit is contained in:
parent
003993337a
commit
7932e42507
2 changed files with 11 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ class CShader {
|
|||
|
||||
GLint time;
|
||||
GLint distort;
|
||||
GLint output;
|
||||
|
||||
GLint getUniformLocation(const std::string&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue