mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Ported OpenGL to Buffers
This commit is contained in:
parent
2305247ac1
commit
315375dee5
116 changed files with 9348 additions and 9020 deletions
|
|
@ -41,9 +41,9 @@ package org.lwjgl.opengl.arb;
|
|||
|
||||
public interface ARBDepthTexture
|
||||
{
|
||||
public static final int DEPTH_COMPONENT16_ARB = 0x81A5;
|
||||
public static final int DEPTH_COMPONENT24_ARB = 0x81A6;
|
||||
public static final int DEPTH_COMPONENT32_ARB = 0x81A7;
|
||||
public static final int TEXTURE_DEPTH_SIZE_ARB = 0x884A;
|
||||
public static final int DEPTH_TEXTURE_MODE_ARB = 0x884B;
|
||||
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;
|
||||
public static final int GL_TEXTURE_DEPTH_SIZE_ARB = 0x884A;
|
||||
public static final int GL_DEPTH_TEXTURE_MODE_ARB = 0x884B;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue