mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Texture sampling now happens entirely in SoftGPU thus this class will now only be used to hold the sampler configuration.
22 lines
412 B
CMake
22 lines
412 B
CMake
set(SOURCES
|
|
GLBlend.cpp
|
|
GLColor.cpp
|
|
GLContext.cpp
|
|
GLDraw.cpp
|
|
GLFog.cpp
|
|
GLLights.cpp
|
|
GLLists.cpp
|
|
GLMat.cpp
|
|
GLStencil.cpp
|
|
GLTexture.cpp
|
|
GLUtils.cpp
|
|
GLVert.cpp
|
|
GLVertexArrays.cpp
|
|
SoftwareGLContext.cpp
|
|
Tex/NameAllocator.cpp
|
|
Tex/Texture2D.cpp
|
|
Tex/TextureUnit.cpp
|
|
)
|
|
|
|
serenity_lib(LibGL gl)
|
|
target_link_libraries(LibGL LibM LibCore LibGfx LibSoftGPU)
|