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

javax.media.opengl.GLES3 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 Fri Nov 01 19:09:44 CET 2013 ----! */

package javax.media.opengl;

import java.util.*;
import javax.media.opengl.*;
import javax.media.opengl.fixedfunc.*;
import jogamp.opengl.*;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;

 /**
  * 

This interface contains all OpenGL ES 3.0 methods, * as well as most of it's extensions defined at the time of this specification.

*/ public interface GLES3 extends GLES2, GL4ES3{ } // end of class GLES3




© 2015 - 2024 Weber Informatics LLC | Privacy Policy