GlParticles

Created by svennahler on 22.02.17.

class GlParticles : GlObject

Constructors

GlParticles
Link copied to clipboard
fun GlParticles(verticesData: FloatArray)
GlParticles
Link copied to clipboard
fun GlParticles()

Types

Companion
Link copied to clipboard
object Companion

Functions

attach
Link copied to clipboard
fun attach()
disable
Link copied to clipboard
fun disable()
drawAll
Link copied to clipboard
fun drawAll()
enable
Link copied to clipboard
fun enable(program: GlProgram)
inline fun <T : GlProgram> enable(program: T, block: (T) -> Unit)
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
freeUp
Link copied to clipboard
override fun freeUp(sync: Boolean)
hashCode
Link copied to clipboard
open override fun hashCode(): Int
queueDestroy
Link copied to clipboard
override fun queueDestroy(sync: Boolean)
queueRebound
Link copied to clipboard
override fun queueRebound()
reboundGlContext
Link copied to clipboard
override fun reboundGlContext(newContext: GlThreadRunner)
releaseGlContext
Link copied to clipboard
override fun releaseGlContext()
toString
Link copied to clipboard
open override fun toString(): String
updateVerticesData
Link copied to clipboard
fun updateVerticesData(floatPointList: <ERROR CLASS>)
fun updateVerticesData(verticesData: FloatArray)

Properties

glContext
Link copied to clipboard
override var glContext: GlThreadRunner