mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Added alternative GetVertexAttribPointerv method.
This commit is contained in:
parent
876157a8c4
commit
76a977777e
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ public interface GL20 {
|
|||
@StripPostfix("pointer")
|
||||
void glGetVertexAttribPointerv(@GLuint int index, @GLenum int pname, @Result @GLvoid ByteBuffer pointer);
|
||||
|
||||
@Alternate("glGetVertexAttribPointerv")
|
||||
@Alternate(value = "glGetVertexAttribPointerv", nativeAlt = true)
|
||||
@StripPostfix("pointer")
|
||||
void glGetVertexAttribPointerv2(@GLuint int index, @GLenum int pname, @OutParameter @Check("PointerBuffer.getPointerSize()") @GLvoid ByteBuffer pointer);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue