1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:47:34 +00:00

LibSoftGPU: Vectorize texture sampling and shading

This commit is contained in:
Stephan Unverwerth 2022-01-06 17:06:46 +01:00 committed by Ali Mohammad Pur
parent 444a15bad3
commit 034dc480d2
4 changed files with 173 additions and 94 deletions

View file

@ -6,5 +6,6 @@ set(SOURCES
Sampler.cpp
)
add_compile_options(-Wno-psabi)
serenity_lib(LibSoftGPU softgpu)
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)