Search
Preparing search index...
The search index is not available
RPGMakerMV Library
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PIXI
glCore
VertexArrayObject
Class VertexArrayObject
Hierarchy
VertexArrayObject
Index
Constructors
constructor
Properties
attributes
dirty
gl
index
Buffer
native
State
native
Vao
native
Vao
Extension
FORCE_
NATIVE
Methods
activate
add
Attribute
add
Index
bind
clear
destroy
draw
unbind
Constructors
constructor
new
Vertex
Array
Object
(
gl
:
WebGLRenderingContext
, state
:
WebGLState
)
:
VertexArrayObject
Parameters
gl:
WebGLRenderingContext
state:
WebGLState
Returns
VertexArrayObject
Properties
attributes
attributes
:
Attrib
[]
dirty
dirty
:
boolean
gl
gl
:
WebGLRenderingContext
index
Buffer
index
Buffer
:
GLBuffer
Protected
native
State
native
State
:
AttribState
Protected
native
Vao
native
Vao
:
VertexArrayObject
Protected
native
Vao
Extension
native
Vao
Extension
:
any
Static
FORCE_
NATIVE
FORCE_
NATIVE
:
boolean
Methods
activate
activate
(
)
:
VertexArrayObject
Returns
VertexArrayObject
add
Attribute
add
Attribute
(
buffer
:
GLBuffer
, attribute
:
Attrib
, type
:
number
, normalized
:
boolean
, stride
:
number
, start
:
number
)
:
VertexArrayObject
Parameters
buffer:
GLBuffer
attribute:
Attrib
type:
number
normalized:
boolean
stride:
number
start:
number
Returns
VertexArrayObject
add
Index
add
Index
(
buffer
:
GLBuffer
, options
?:
any
)
:
VertexArrayObject
Parameters
buffer:
GLBuffer
Optional
options:
any
Returns
VertexArrayObject
bind
bind
(
)
:
VertexArrayObject
Returns
VertexArrayObject
clear
clear
(
)
:
VertexArrayObject
Returns
VertexArrayObject
destroy
destroy
(
)
:
void
Returns
void
draw
draw
(
type
:
number
, size
:
number
, start
:
number
)
:
VertexArrayObject
Parameters
type:
number
size:
number
start:
number
Returns
VertexArrayObject
unbind
unbind
(
)
:
VertexArrayObject
Returns
VertexArrayObject
Globals
Internals
MV
RPG
Externals
"pixi.js"
PIXI
CONST
Canvas
Tinter
Group
D8
accessibility
core
extract
extras
filters
gl
Core
interaction
loaders
mesh
particles
prepare
settings
ticker
utils
pixi
GLBuffer
GLFramebuffer
GLShader
GLTexture
Vertex
Array
Object
constructor
attributes
dirty
gl
index
Buffer
native
State
native
Vao
native
Vao
Extension
FORCE_
NATIVE
activate
add
Attribute
add
Index
bind
clear
destroy
draw
unbind
Attrib
Attrib
State
Context
Options
WebGLRendering
Context
Attribute
create
Context
set
Vertex
Attrib
Arrays
Generated using
TypeDoc