Files
ladybird/Userland/Applications/3DFileViewer/Mesh.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

3.3 KiB