rfw2d
Preparing search index...
WGLBatchIterator
Class WGLBatchIterator<B, D>
Type Parameters
B
extends
object
D
extends
WithVAO
=
WithVAO
Index
Constructors
constructor
Methods
clear
get
Handle
next
restart
Constructors
constructor
new
WGLBatchIterator
<
B
extends
object
,
D
extends
WithVAO
=
WithVAO
>
(
gl
:
WebGL2RenderingContext
,
)
:
WGLBatchIterator
<
B
,
D
>
Type Parameters
B
extends
object
D
extends
WithVAO
=
WithVAO
Parameters
gl
:
WebGL2RenderingContext
Returns
WGLBatchIterator
<
B
,
D
>
Methods
clear
clear
()
:
void
Returns
void
get
Handle
getHandle
()
:
WGLBatchIterationHandle
<
B
,
D
>
Returns
WGLBatchIterationHandle
<
B
,
D
>
next
next
(
handle
:
WGLBatchIterationHandle
<
B
,
D
>
,
)
:
handle
is
WGLBatchIterationHandle
<
B
,
D
>
&
{
batch
:
B
}
Parameters
handle
:
WGLBatchIterationHandle
<
B
,
D
>
Returns
handle
is
WGLBatchIterationHandle
<
B
,
D
>
&
{
batch
:
B
}
restart
restart
(
batches
:
readonly
B
[]
)
:
void
Parameters
batches
:
readonly
B
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
get
Handle
next
restart
rfw2d
Loading...