org.lwjgl.opengles.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengles Show documentation
Show all versions of lwjgl-opengles Show documentation
A royalty-free, cross-platform API for full-function 2D and 3D graphics on embedded systems - including consoles, phones, appliances and vehicles.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
/**
* Contains bindings to the OpenGL ES, a royalty-free, cross-platform API for full-function 2D and 3D
* graphics on embedded systems - including consoles, phones, appliances and vehicles. It consists of well-defined subsets of desktop OpenGL, creating a
* flexible and powerful low-level interface between software and graphics acceleration.
*
* The Khronos OpenGL ES registry is a useful online resource that contains the OpenGL ES and OpenGL
* ES Shading Language specifications, as well as specifications of OpenGL ES extensions. The OpenGL ES Reference Pages is another convenient source of documentation.
*/
package org.lwjgl.opengles;