Files
ladybird/Userland/Libraries/LibGL/SoftwareGLContext.cpp
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

62 KiB