mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2026-04-21 05:53:25 +00:00
Instead of using operator() to index into the second operand of the VectorAddition function, use operator[]. This way we can add to pointers and std::vector types as well. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestARGBPixel.cpp | ||
| TestColor.cpp | ||
| TestImage.cpp | ||
| TestMatrix.cpp | ||
| TestPixel.cpp | ||
| TestVector.cpp | ||
| Utils.h | ||