Files
ladybird/Userland/Libraries/LibGL
Stephan Unverwerth 5e27da20f4 LibGL: Fix glTexCoord behaviour
glTexCoord should behave like glColor. It only updates a gl context
variable that contains the current texture coordinates. The vertex is
only actually created once glVertex is called.
2021-08-18 20:30:58 +02:00
..
2021-08-18 00:35:26 +02:00
2021-08-13 16:54:37 +04:30
2021-08-18 00:35:26 +02:00
2021-08-18 00:35:26 +02:00
2021-08-14 12:49:29 +02:00