Class OES_vertex_array_object
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("OES_vertex_array_object")]
public class OES_vertex_array_object
- Inheritance
-
OES_vertex_array_object
- Inherited Members
-
Constructors
OES_vertex_array_object()
public OES_vertex_array_object()
Fields
VERTEX_ARRAY_BINDING_OES
[Value("VERTEX_ARRAY_BINDING_OES")]
public const ulong VERTEX_ARRAY_BINDING_OES = 34229
Field Value
- ulong
Methods
BindVertexArrayOES(WebGLVertexArrayObjectOES?)
[Value("bindVertexArrayOES")]
public GlobalObject.Undefined BindVertexArrayOES(WebGLVertexArrayObjectOES? arrayObject)
Parameters
arrayObject WebGLVertexArrayObjectOES
Returns
- GlobalObject.Undefined
CreateVertexArrayOES()
[Value("createVertexArrayOES")]
public WebGLVertexArrayObjectOES CreateVertexArrayOES()
Returns
- WebGLVertexArrayObjectOES
DeleteVertexArrayOES(WebGLVertexArrayObjectOES?)
[Value("deleteVertexArrayOES")]
public GlobalObject.Undefined DeleteVertexArrayOES(WebGLVertexArrayObjectOES? arrayObject)
Parameters
arrayObject WebGLVertexArrayObjectOES
Returns
- GlobalObject.Undefined
IsVertexArrayOES(WebGLVertexArrayObjectOES?)
[Value("isVertexArrayOES")]
public bool IsVertexArrayOES(WebGLVertexArrayObjectOES? arrayObject)
Parameters
arrayObject WebGLVertexArrayObjectOES
Returns
- bool