IndexBufferWebGL

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

Constructors

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

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 session: Session?
Link copied to clipboard
open override val type: IndexType

Functions

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