All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.media.opengl.GL4bc Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sat Jul 20 20:41:38 CEST 2013 ----! */

package javax.media.opengl;

import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;
import javax.media.opengl.GLES1;
import javax.media.opengl.GLES2;
import javax.media.opengl.GL2ES1;
import javax.media.opengl.GL2ES2;
import javax.media.opengl.GL2ES3;
import javax.media.opengl.GL3ES3;
import javax.media.opengl.GL4ES3;
import javax.media.opengl.GL2GL3;
import javax.media.opengl.GL2;
import javax.media.opengl.GL3;
import javax.media.opengl.GL3bc;
import javax.media.opengl.GL4;
import com.jogamp.common.nio.Buffers;
import com.jogamp.opengl.util.GLBuffers;
import java.io.PrintStream;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;

 /**
  * 

This interface contains all OpenGL [ 4.0 .. 4.3 ] compatibility profile, * as well as most of it's extensions defined at the time of this specification.

*

Note: OpenGL [ 4.0 .. 4.3 ] compatibility profile does includes fixed point functionality.

*/ public interface GL4bc extends GL3bc, GL4{ /** Part of GL_VERSION_4_3, GL_KHR_debug */ public static final int GL_DISPLAY_LIST = 0x82E7; } // end of class GL4bc




© 2015 - 2024 Weber Informatics LLC | Privacy Policy