mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Fixed glTransformFeedbackAttribsNV count argument.
This commit is contained in:
parent
2547669968
commit
9330766c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ public interface NV_transform_feedback {
|
|||
|
||||
void glBindBufferBaseNV(@GLenum int target, @GLuint int index, @GLuint int buffer);
|
||||
|
||||
void glTransformFeedbackAttribsNV(@AutoSize("attribs") @GLsizei int count, @Const IntBuffer attribs, @GLenum int bufferMode);
|
||||
void glTransformFeedbackAttribsNV(@Constant("attribs.remaining() / 3") @GLsizei int count, @Check("3") @Const IntBuffer attribs, @GLenum int bufferMode);
|
||||
|
||||
void glTransformFeedbackVaryingsNV(@GLuint int program, @AutoSize("locations") @GLsizei int count, @Const IntBuffer locations, @GLenum int bufferMode);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue