mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-09 02:09:56 +01:00
Added support for glNamedBufferDataEXT(int buffer, long size, int usage).
This commit is contained in:
parent
2f3fbf28de
commit
2aaf0f6513
|
|
@ -718,6 +718,7 @@ public interface EXT_direct_state_access {
|
|||
*/
|
||||
|
||||
@Dependent("OpenGL15")
|
||||
@GenerateAutos
|
||||
void glNamedBufferDataEXT(@GLuint int buffer, @AutoSize("data") @GLsizeiptr long size,
|
||||
@Const
|
||||
@GLbyte
|
||||
|
|
|
|||
Loading…
Reference in a new issue