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
GLBuffer
Class GLBuffer
Hierarchy
GLBuffer
Index
Constructors
constructor
Properties
_updateID
buffer
data
draw
Type
gl
type
Methods
bind
destroy
upload
create
create
Index
Buffer
create
Vertex
Buffer
Constructors
constructor
new GLBuffer
(
gl
:
WebGLRenderingContext
, type
:
number
, data
:
ArrayBuffer
|
ArrayBufferView
|
any
, drawType
:
number
)
:
GLBuffer
Parameters
gl:
WebGLRenderingContext
type:
number
data:
ArrayBuffer
|
ArrayBufferView
|
any
drawType:
number
Returns
GLBuffer
Properties
Protected
Optional
_updateID
_updateID
:
number
buffer
buffer
:
WebGLBuffer
data
data
:
ArrayBuffer
|
ArrayBufferView
|
any
draw
Type
draw
Type
:
number
gl
gl
:
WebGLRenderingContext
type
type
:
number
Methods
bind
bind
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
upload
upload
(
data
:
ArrayBuffer
|
ArrayBufferView
|
any
, offset
?:
number
, dontBind
?:
boolean
)
:
void
Parameters
data:
ArrayBuffer
|
ArrayBufferView
|
any
Optional
offset:
number
Optional
dontBind:
boolean
Returns
void
Static
create
create
(
gl
:
WebGLRenderingContext
, type
:
number
, data
:
ArrayBuffer
|
ArrayBufferView
|
any
, drawType
:
number
)
:
GLBuffer
Parameters
gl:
WebGLRenderingContext
type:
number
data:
ArrayBuffer
|
ArrayBufferView
|
any
drawType:
number
Returns
GLBuffer
Static
create
Index
Buffer
create
Index
Buffer
(
gl
:
WebGLRenderingContext
, data
:
ArrayBuffer
|
ArrayBufferView
|
any
, drawType
:
number
)
:
GLBuffer
Parameters
gl:
WebGLRenderingContext
data:
ArrayBuffer
|
ArrayBufferView
|
any
drawType:
number
Returns
GLBuffer
Static
create
Vertex
Buffer
create
Vertex
Buffer
(
gl
:
WebGLRenderingContext
, data
:
ArrayBuffer
|
ArrayBufferView
|
any
, drawType
:
number
)
:
GLBuffer
Parameters
gl:
WebGLRenderingContext
data:
ArrayBuffer
|
ArrayBufferView
|
any
drawType:
number
Returns
GLBuffer
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
constructor
_updateID
buffer
data
draw
Type
gl
type
bind
destroy
upload
create
create
Index
Buffer
create
Vertex
Buffer
GLFramebuffer
GLShader
GLTexture
Vertex
Array
Object
Attrib
Attrib
State
Context
Options
WebGLRendering
Context
Attribute
create
Context
set
Vertex
Attrib
Arrays
Generated using
TypeDoc