Class IndexBuffer
Index
Constructors
constructor
- new IndexBuffer(
context: Context,
array: TriangleIndexArray | LineIndexArray | LineStripIndexArray,
dynamicDraw?: boolean,
): IndexBufferParameters
- context: Context
- array: TriangleIndexArray | LineIndexArray | LineStripIndexArray
OptionaldynamicDraw: boolean
Returns IndexBuffer
Methods
bind
Returns void
destroy
Returns void
updateData
Parameters
- array: StructArray
Returns void
Was this helpful?