webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
OESVertexArrayObject Interface Reference

import"OESVertexArrayObject.idl";

Public Member Functions

WebGLVertexArrayObjectOES createVertexArrayOES ()
 
void deleteVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null)
 
boolean isVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null)
 
void bindVertexArrayOES (optional WebGLVertexArrayObjectOES? arrayObject=null)
 

Public Attributes

const unsigned long VERTEX_ARRAY_BINDING_OES = 0x85B5
 

Member Function Documentation

◆ bindVertexArrayOES()

void OESVertexArrayObject::bindVertexArrayOES ( optional WebGLVertexArrayObjectOES arrayObject = null)

◆ createVertexArrayOES()

WebGLVertexArrayObjectOES OESVertexArrayObject::createVertexArrayOES ( )

◆ deleteVertexArrayOES()

void OESVertexArrayObject::deleteVertexArrayOES ( optional WebGLVertexArrayObjectOES arrayObject = null)

◆ isVertexArrayOES()

boolean OESVertexArrayObject::isVertexArrayOES ( optional WebGLVertexArrayObjectOES arrayObject = null)

Member Data Documentation

◆ VERTEX_ARRAY_BINDING_OES

const unsigned long OESVertexArrayObject::VERTEX_ARRAY_BINDING_OES = 0x85B5

The documentation for this interface was generated from the following file: