git-svn-id: svn://db.shs.com.ru/libs@605 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -116,8 +116,9 @@ void GLFramebuffer::release() {
|
||||
|
||||
void GLFramebuffer::setWriteBuffer(int index) {
|
||||
//QVector<GLenum> buffers; buffers << GL_COLOR_ATTACHMENT0 + index;
|
||||
glDrawBuffer(GL_COLOR_ATTACHMENT0 + index);
|
||||
//glDrawBuffers(buffers.size(), buffers.constData());
|
||||
GLenum e = GL_COLOR_ATTACHMENT0 + index;
|
||||
glDrawBuffer(e);
|
||||
//glDrawBuffers(1, &e);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user