mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Buffer checking code
This commit is contained in:
parent
fd56dd232a
commit
061e1a76d1
51 changed files with 499 additions and 655 deletions
|
|
@ -81,11 +81,6 @@ public class ARBFragmentProgram extends ARBProgram {
|
|||
public static final int GL_MAX_TEXTURE_COORDS_ARB = 0x8871;
|
||||
|
||||
public static final int GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 0x8872;
|
||||
|
||||
static {
|
||||
BufferChecks.putGetMap(GL_FRAGMENT_PROGRAM_ARB, 1);
|
||||
BufferChecks.putGetMap(GL_MAX_TEXTURE_COORDS_ARB, 1);
|
||||
BufferChecks.putGetMap(GL_MAX_TEXTURE_IMAGE_UNITS_ARB, 1);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue