Merge remote-tracking branch 'origin/master' into Shadows

This commit is contained in:
FakeShemp
2016-03-03 03:30:01 +01:00
96 changed files with 22437 additions and 797 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ void FrameBuffer::Generate()
}
GLERROR("3");
GLenum* bufferTextures = &attachments[0];
GLenum* bufferTextures = attachments.data();
glDrawBuffers(attachments.size(), bufferTextures);
if (GLERROR("GLBufferAttachement error")) {
printf(": AttachmentSize %i", attachments.size());