Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
226486cdaf606909b5cc9e1f662f0874a6c4d079
/
.
/
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
);