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

com.jogamp.opengl.GL4ES3 Maven / Gradle / Ivy

The newest version!
/* !---- DO NOT EDIT: This file autogenerated by com/jogamp/gluegen/opengl/GLEmitter.java on Sat Oct 10 03:17:31 CEST 2015 ----! */

package com.jogamp.opengl;

import java.util.*;
import com.jogamp.opengl.*;
import com.jogamp.opengl.fixedfunc.*;
import jogamp.opengl.*;
import java.io.PrintStream;
import com.jogamp.gluegen.runtime.*;
import com.jogamp.common.os.*;
import com.jogamp.common.nio.*;
import java.nio.*;

 /**
  * 

* Interface containing the common subset of core GL4 (OpenGL 4.0+) and GLES3 (OpenGL ES 3.0+).
* This interface reflects only the programmable shader functionality of desktop and embedded OpenGL
* This interface is GLES3 complete w/o vendor extensions.
*

*/ public interface GL4ES3 extends GL3ES3{ } // end of class GL4ES3




© 2015 - 2024 Weber Informatics LLC | Privacy Policy