mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +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,6 +41,6 @@ package org.lwjgl.opengl.ext;
|
|||
|
||||
public interface EXTDrawRangeElements
|
||||
{
|
||||
public static final int MAX_ELEMENTS_VERTICES_EXT = 0x80E8;
|
||||
public static final int MAX_ELEMENTS_INDICES_EXT = 0x80E9;
|
||||
public static final int GL_MAX_ELEMENTS_VERTICES_EXT = 0x80E8;
|
||||
public static final int GL_MAX_ELEMENTS_INDICES_EXT = 0x80E9;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue