mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:57:44 +00:00
LibGL: Refactor TextureNameAllocator to a more general NameAllocator
This functionality can also be used for other types of objects.
This commit is contained in:
parent
9a0bb8212a
commit
892006218a
7 changed files with 67 additions and 61 deletions
|
@ -8,8 +8,8 @@ set(SOURCES
|
|||
Lighting.cpp
|
||||
List.cpp
|
||||
Matrix.cpp
|
||||
NameAllocator.cpp
|
||||
Stencil.cpp
|
||||
Tex/NameAllocator.cpp
|
||||
Tex/Texture2D.cpp
|
||||
Texture.cpp
|
||||
Vertex.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue