glAttachShader

common
fun glAttachShader(programHandle: Int, shaderHandle: Int)

Attaches shader identified by a given shaderHandle to program identified by a given programHandle.