Unique Residual Errors in jogl-utils
Posted by
jiapei100 on
Jun 05, 2011; 7:05pm
URL: https://forum.jogamp.org/Unique-Residual-Errors-in-jogl-utils-tp3027237.html
I only have one place which I'm not quite sure whether my revision is correct or not. Can anybody help to double-check it?
src/net.java.joglutils.msg.test/DisplayShelfRenderer.java
around line 160, is it correct to revise
sharedPbuffer = GLDrawableFactory.getFactory(GLProfile.getDefault()).createGLPbuffer(new GLCapabilities(GLProfile.getDefault()), null, 1, 1, null);
to
sharedPbuffer = GLDrawableFactory.getFactory(GLProfile.getDefault()).createGLPbuffer(null,new GLCapabilities(GLProfile.getDefault()), null, 1, 1, null);
cheers
Pei