IndexBufferGL3

class IndexBufferGL3(val buffer: Int, val indexCount: Int, val type: IndexType) : IndexBuffer(source)

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun bind()
Link copied to clipboard
open override fun destroy()
Link copied to clipboard
open override fun read(data: ByteBuffer, offset: Int)
Link copied to clipboard
fun unbind()
Link copied to clipboard
open override fun write(data: ByteBuffer, offset: Int)

Properties

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