git-svn-id: svn://db.shs.com.ru/libs@179 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -42,7 +42,6 @@ public:
|
||||
void release();
|
||||
void setReadBuffer(int index) {glReadBuffer(GL_COLOR_ATTACHMENT0 + index);}
|
||||
void setWriteBuffer(int index);
|
||||
void setWriteBuffers(int indeces[]);
|
||||
void setWriteBuffers(int * indeces, int count);
|
||||
void setColorFormat(GLenum format) {color_format = format; is_changed = true;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user