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.
Currently the tests in
RenderbufferNodeTest
andRenderbufferNodeUnmarshallerTest
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 acceptGL_RED
,GL_R8
,GL_R16
, etc.