GlBuffer

open class GlBuffer(target: Int, id: Int?) : GlBindable

Functions

bind
Link copied to clipboard
common
open override fun bind()
release
Link copied to clipboard
common
fun release()
unbind
Link copied to clipboard
common
open override fun unbind()

Properties

id
Link copied to clipboard
common
val id: Int
target
Link copied to clipboard
common
val target: Int

Inheritors

GlShaderStorageBuffer
Link copied to clipboard