1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Userland/Libraries/LibGL/Tex
Jesse Buhagiar 21dff6d40b LibGL: Add Texture Name Allocation
Texture names can now be allocated via
`glGenTextures` and deallocated via `glDeleteTextures`.
2021-05-26 16:36:53 +04:30
..
NameAllocator.cpp LibGL: Add Texture Name Allocation 2021-05-26 16:36:53 +04:30
NameAllocator.h LibGL: Add Texture Name Allocation 2021-05-26 16:36:53 +04:30