implemented a few more PSurface methods

This commit is contained in:
codeanticode
2014-11-15 17:15:03 -07:00
parent 1766260e29
commit 9a44cb85e3
3 changed files with 11 additions and 5 deletions

View File

@@ -802,7 +802,9 @@ public class PJOGL extends PGL {
protected void getBuffers(GLWindow glWindow) {
if (USE_JOGL_FBOLAYER && capabilities.isFBO()) {
if (false) {
// if (capabilities.isFBO()) {
// if (USE_JOGL_FBOLAYER && capabilities.isFBO()) {
// The onscreen drawing surface is backed by an FBO layer.
GLFBODrawable fboDrawable = null;
fboDrawable = (GLFBODrawable)glWindow.getDelegatedDrawable();