Files
ladybird/Userland/Libraries/LibSoftGPU/Device.cpp
Jelle Raaijmakers e70dc20650 LibSoftGPU: Replace some interpolate() calls with VectorN::dot
The dot product is effectively the same as `interpolate()`, allowing us
to use `VectorN`. No functional changes.
2022-05-05 20:50:46 +02:00

56 KiB