IndexBufferWebGL

class IndexBufferWebGL(val context: WebGLRenderingContext, val buffer: WebGLBuffer, val type: IndexType, val indexCount: Int) : IndexBuffer(source)

Constructors

Link copied to clipboard
constructor(context: WebGLRenderingContext, buffer: WebGLBuffer, type: IndexType, indexCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val indexCount: Int
Link copied to clipboard
open override val type: IndexType

Functions

Link copied to clipboard
fun bind()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
fun unbind()