Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
f4a2e2639b5de722543c81408a4a897485b9892f
/
.
/
opengl
/
tools
/
glgen
/
stubs
/
gles11
/
glBindVertexBuffer.java
blob: bab2e891ec41f3125c89047edb217d88126f3622 [
file
] [
log
] [
blame
]
// C function void glBindVertexBuffer ( GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride )
public
static
native
void
glBindVertexBuffer
(
int
bindingindex
,
int
buffer
,
long
offset
,
int
stride
);