mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
4dd1b3a83f
If is_column_major is true, the table(s) passed as subsequent arguments will be treated as column-major instead of row-major. This matches the 0.10.x behaviour of Shader:send for matrices. --HG-- branch : minor