Files
ladybird/Userland/Libraries/LibGL/Tex/Texture2D.cpp
Stephan Unverwerth b38edf994b LibGL: Allow glTexImage2D to create uninitialized textures
When passing a nullptr as the pixel array LibGL now allocates texture
memory but does not initialize the texture contents.
2021-08-18 20:30:58 +02:00

2.8 KiB