jogamp.opengl.macosx.cgl.CGLExt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jogl-all-android Show documentation
Show all versions of jogl-all-android Show documentation
Java™ Binding for the OpenGL® API (Android)
The newest version!
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sat Oct 10 03:20:31 CEST 2015 ----! */
package jogamp.opengl.macosx.cgl;
import java.util.*;
import com.jogamp.opengl.*;
import com.jogamp.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;
public interface CGLExt {
// --- Begin CustomJavaCode .cfg declarations
public boolean isFunctionAvailable(String glFunctionName);
public boolean isExtensionAvailable(String glExtensionName);
// ---- End CustomJavaCode .cfg declarations
} // end of class CGLExt
© 2015 - 2025 Weber Informatics LLC | Privacy Policy