1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:17:35 +00:00

LibSoftGPU: Add device method for creating images

This commit is contained in:
Stephan Unverwerth 2021-12-19 00:02:32 +01:00 committed by Brian Gianforcaro
parent 91ccf9958f
commit b8bb72abbe
5 changed files with 192 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(SOURCES
DepthBuffer.cpp
Device.cpp
Image.cpp
Sampler.cpp
)
serenity_lib(LibSoftGPU softgpu)