mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Extensions split out into separate classes
This commit is contained in:
parent
8bcedbffe0
commit
583254e4db
170 changed files with 12063 additions and 759 deletions
|
|
@ -39,8 +39,7 @@
|
|||
*/
|
||||
package org.lwjgl.opengl.arb;
|
||||
|
||||
public interface ARBDepthTexture
|
||||
{
|
||||
public class ARBDepthTexture {
|
||||
public static final int GL_DEPTH_COMPONENT16_ARB = 0x81A5;
|
||||
public static final int GL_DEPTH_COMPONENT24_ARB = 0x81A6;
|
||||
public static final int GL_DEPTH_COMPONENT32_ARB = 0x81A7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue