1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +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:
Stephan Unverwerth 2021-12-18 14:07:47 +01:00 committed by Brian Gianforcaro
parent 178b28b469
commit a9e27b9a0f
5 changed files with 19 additions and 19 deletions

View file

@ -1,7 +1,7 @@
set(SOURCES
Clipper.cpp
DepthBuffer.cpp
SoftwareRasterizer.cpp
Device.cpp
)
serenity_lib(LibSoftGPU softgpu)