mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
glDeleteTextures previously did not check that the texture name was allocated by glGenTextures before adding it to the free texture name list. This means that if you delete a texture twice in a row, the name will appear twice in the free texture list, making glGenTextures return the same texture name twice in a row.
28 KiB
28 KiB