1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

LibGL: Set W-coordinate to 1 in glRect*

According to the spec, these calls should be identical to an invocation
of `glVertex2*`, which sets the W-coordinate to 1 by default.

This fixes the credits sequence rendering of Tux Racer.
This commit is contained in:
Jelle Raaijmakers 2022-04-18 10:57:45 +02:00 committed by Andreas Kling
parent e1a6966863
commit 65d4fb7649
3 changed files with 36 additions and 18 deletions