glesv2 :: NativeGLfloatArray :: matrix_set
x, y
# Set the element at `x, y` fun matrix_set(x, y: Int, val: Float) `{ self[y*4+x] = val; `}