ladybird/Userland/Libraries/LibGL/Tex
Lenny Maiorani 4660b99ab7 Libraries: Use default constructors/destructors in LibGL
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-10 18:04:26 -08:00
..
MipMap.h LibGL: Remove image storage from MipMap 2021-12-24 05:10:28 -08:00
NameAllocator.cpp LibGL: Make glDeleteTextures skip over 0 names 2021-12-11 23:15:24 +01:00
NameAllocator.h LibGL: Make glDeleteTextures skip over 0 names 2021-12-11 23:15:24 +01:00
Sampler2D.h LibGL: Remove sampling code from Sampler2D 2021-12-24 05:10:28 -08:00
Texture.h Libraries: Use default constructors/destructors in LibGL 2022-03-10 18:04:26 -08:00
Texture2D.cpp LibGL: Better handling of texture targets and default textures 2022-03-08 15:32:35 +01:00
Texture2D.h LibGL: Remove duplicate public: from Texture2D.h 2022-03-08 15:32:35 +01:00
TextureUnit.h LibGL: Better handling of texture targets and default textures 2022-03-08 15:32:35 +01:00