library / com.otaliastudios.opengl.program / GlShader

GlShader

class GlShader

Constructors

<init>

GlShader(type: Int, source: String)
GlShader(type: Int, id: Int)

Properties

id

val id: Int

type

val type: Int

Functions

release

fun release(): Unit