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:
parent
444a15bad3
commit
034dc480d2
4 changed files with 173 additions and 94 deletions
|
@ -6,5 +6,6 @@ set(SOURCES
|
|||
Sampler.cpp
|
||||
)
|
||||
|
||||
add_compile_options(-Wno-psabi)
|
||||
serenity_lib(LibSoftGPU softgpu)
|
||||
target_link_libraries(LibSoftGPU LibM LibCore LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue