mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00

This serves as the storage for all image types. 1D, 2D, 3D, Cube and image arrays. Upon construction a full mipmap chain is generated and the image is immutable afterwards with respect to its layout.
9 lines
167 B
CMake
9 lines
167 B
CMake
set(SOURCES
|
|
Clipper.cpp
|
|
DepthBuffer.cpp
|
|
Device.cpp
|
|
Image.cpp
|
|
)
|
|
|
|
serenity_lib(LibSoftGPU softgpu)
|
|
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
|