package com.sun.opengl.impl; import javax.media.opengl.*; public interface GLArrayHandler { public void enableBuffer(GL gl, boolean enable); }