rfw2d
Preparing search index...
WGLBatchIterationHandle
Class WGLBatchIterationHandle<B, D>
Type Parameters
B
extends
object
D
extends
WithVAO
=
WithVAO
Index
Constructors
constructor
Properties
batch?
initialize
Attributes
upload
vao
And
Buffers?
Methods
reset
set
VAO
And
Buffers
Constructors
constructor
new
WGLBatchIterationHandle
<
B
extends
object
,
D
extends
WithVAO
=
WithVAO
>
(
gl
:
WebGL2RenderingContext
,
batchDataMap
:
WeakMap
<
B
,
D
>
,
)
:
WGLBatchIterationHandle
<
B
,
D
>
Type Parameters
B
extends
object
D
extends
WithVAO
=
WithVAO
Parameters
gl
:
WebGL2RenderingContext
batchDataMap
:
WeakMap
<
B
,
D
>
Returns
WGLBatchIterationHandle
<
B
,
D
>
Properties
Optional
batch
batch
?:
B
initialize
Attributes
initializeAttributes
:
boolean
= false
upload
upload
:
boolean
= true
Optional
vao
And
Buffers
vaoAndBuffers
?:
D
Methods
reset
reset
()
:
void
Returns
void
set
VAO
And
Buffers
setVAOAndBuffers
(
vaoAndBuffers
:
D
,
uploadedData
?:
boolean
)
:
void
Parameters
vaoAndBuffers
:
D
uploadedData
:
boolean
= true
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
batch
initialize
Attributes
upload
vao
And
Buffers
Methods
reset
set
VAO
And
Buffers
rfw2d
Loading...