mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
In OpenGL, texture coordinates can have up to 4 values. This change
will help with easy application of texture coordinate matrix
transformations in the future.
Additionally, correct the initial value for texture coordinates to
`{ 0.f, 0.f, 0.f, 1.f}`.
26 KiB
26 KiB