mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
LibGL: Rename units to all singular
This commit is contained in:
parent
8483064b59
commit
07ae5514ae
4 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
ClipPlanes.cpp
|
ClipPlane.cpp
|
||||||
ContextParameter.cpp
|
ContextParameter.cpp
|
||||||
GLAPI.cpp
|
GLAPI.cpp
|
||||||
GLContext.cpp
|
GLContext.cpp
|
||||||
Lighting.cpp
|
Lighting.cpp
|
||||||
Lists.cpp
|
List.cpp
|
||||||
Matrix.cpp
|
Matrix.cpp
|
||||||
Stencil.cpp
|
Stencil.cpp
|
||||||
Tex/NameAllocator.cpp
|
Tex/NameAllocator.cpp
|
||||||
Tex/Texture2D.cpp
|
Tex/Texture2D.cpp
|
||||||
Textures.cpp
|
Texture.cpp
|
||||||
Vertex.cpp
|
Vertex.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue