core :: Sys :: glUniform2f
# Specify the value of a uniform variable for the current program object fun glUniform2f(index: Int, x, y: Float) `{ glUniform2f(index, x, y); `}