LibGL: Rename units to all singular

This commit is contained in:
Jelle Raaijmakers 2022-08-22 15:36:23 +02:00 committed by Andreas Kling
commit 07ae5514ae
Notes: sideshowbarker 2024-07-17 07:42:08 +09:00
4 changed files with 3 additions and 3 deletions

View file

@ -1,15 +1,15 @@
set(SOURCES
ClipPlanes.cpp
ClipPlane.cpp
ContextParameter.cpp
GLAPI.cpp
GLContext.cpp
Lighting.cpp
Lists.cpp
List.cpp
Matrix.cpp
Stencil.cpp
Tex/NameAllocator.cpp
Tex/Texture2D.cpp
Textures.cpp
Texture.cpp
Vertex.cpp
)