class GlShader
GlShader(type: Int, source: String)
GlShader(type: Int, id: Int)
val id: Int
val type: Int
fun release(): Unit