mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibSoftGPU: Rename class SoftwareRasterizer to Device
This class does everything related to rendering now. It is the software implementation of a full GPU device.
This commit is contained in:
parent
178b28b469
commit
a9e27b9a0f
5 changed files with 19 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
set(SOURCES
|
||||
Clipper.cpp
|
||||
DepthBuffer.cpp
|
||||
SoftwareRasterizer.cpp
|
||||
Device.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibSoftGPU softgpu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue