adbrown85 / rapidgl

Rapid prototyping for OpenGL
GNU General Public License v3.0
1 stars 1 forks source link

Tests for renderbuffer formats fail on NVIDIA card #94

Closed adbrown85 closed 11 years ago

adbrown85 commented 11 years ago

Currently the tests in RenderbufferNodeTest and RenderbufferNodeUnmarshallerTest fail on an NVIDIA card. They are returning generic formats instead of the sized formats the tests were expecting. We should change the tests so they accept any compatible format. For example, the test for the red format should accept GL_RED, GL_R8, GL_R16, etc.