GlShape

Created by svennahler on 22.02.17.

open class GlShape : GlObject

Constructors

GlShape
Link copied to clipboard
fun GlShape(hasStaticData: Boolean)
GlShape
Link copied to clipboard
fun GlShape(verticesData: FloatArray, hasStaticData: Boolean)
GlShape
Link copied to clipboard
fun GlShape(verticesData: FloatArray, textureData: FloatArray, hasStaticData: Boolean)

Types

Companion
Link copied to clipboard
object Companion

Functions

attach
Link copied to clipboard
open fun attach()
disable
Link copied to clipboard
open fun disable()
enable
Link copied to clipboard
open 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
open fun updateVerticesData(verticesData: FloatArray)
open fun updateVerticesData(shapePos: FloatArray, texturePos: FloatArray)

Properties

glContext
Link copied to clipboard
override var glContext: GlThreadRunner

Inheritors

GlRect
Link copied to clipboard