public interface OESVertexArrayObject
Modifier and Type | Field and Description |
---|---|
static int |
VERTEX_ARRAY_BINDING_OES |
Modifier and Type | Method and Description |
---|---|
void |
bindVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) |
WebGLVertexArrayObjectOES |
createVertexArrayOES() |
void |
deleteVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) |
boolean |
isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) |
static final int VERTEX_ARRAY_BINDING_OES
void bindVertexArrayOES(WebGLVertexArrayObjectOES arrayObject)
WebGLVertexArrayObjectOES createVertexArrayOES()
void deleteVertexArrayOES(WebGLVertexArrayObjectOES arrayObject)
boolean isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject)
Copyright © 2018. All rights reserved.