glAttachShader

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

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

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

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

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

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