summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer/lighting.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-08-18 14:04:56 +0200
committerwwylele <wwylele@gmail.com>2017-08-22 08:34:44 +0200
commit3e478ca13110639a67ad95880aae5d7d13e096b7 (patch)
tree6d6c4bbada2738e20ff7ba3d895443214fecffca /src/video_core/swrasterizer/lighting.h
parentMerge pull request #2872 from wwylele/sw-geo-factor (diff)
downloadyuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar.gz
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar.bz2
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar.lz
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar.xz
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.tar.zst
yuzu-3e478ca13110639a67ad95880aae5d7d13e096b7.zip
Diffstat (limited to 'src/video_core/swrasterizer/lighting.h')
-rw-r--r--src/video_core/swrasterizer/lighting.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/swrasterizer/lighting.h b/src/video_core/swrasterizer/lighting.h
index 438dca926..d807a3d94 100644
--- a/src/video_core/swrasterizer/lighting.h
+++ b/src/video_core/swrasterizer/lighting.h
@@ -13,6 +13,7 @@ namespace Pica {
std::tuple<Math::Vec4<u8>, Math::Vec4<u8>> ComputeFragmentsColors(
const Pica::LightingRegs& lighting, const Pica::State::Lighting& lighting_state,
- const Math::Quaternion<float>& normquat, const Math::Vec3<float>& view);
+ const Math::Quaternion<float>& normquat, const Math::Vec3<float>& view,
+ const Math::Vec4<u8> (&texture_color)[4]);
} // namespace Pica