summaryrefslogtreecommitdiff
path: root/src/video_core/shader/node.h
diff options
context:
space:
mode:
authorGravatar bunnei2019-12-26 21:43:44 -0500
committerGravatar GitHub2019-12-26 21:43:44 -0500
commit8a76f816a4586444903180f12a0408a1ae82a82d (patch)
treea92b35863fe491f3e9b8412df7b33c6dc978a07c /src/video_core/shader/node.h
parentMerge pull request #3244 from ReinUsesLisp/vk-fps (diff)
parentshader/texture: Implement TLD4.PTP (diff)
downloadyuzu-8a76f816a4586444903180f12a0408a1ae82a82d.tar.gz
yuzu-8a76f816a4586444903180f12a0408a1ae82a82d.tar.xz
yuzu-8a76f816a4586444903180f12a0408a1ae82a82d.zip
Merge pull request #3228 from ReinUsesLisp/ptp
shader/texture: Implement AOFFI and PTP for TLD4 and TLD4S
Diffstat (limited to 'src/video_core/shader/node.h')
-rw-r--r--src/video_core/shader/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/node.h b/src/video_core/shader/node.h
index abd40f582..4d2f4d6a8 100644
--- a/src/video_core/shader/node.h
+++ b/src/video_core/shader/node.h
@@ -374,6 +374,7 @@ struct MetaTexture {
374 Node array; 374 Node array;
375 Node depth_compare; 375 Node depth_compare;
376 std::vector<Node> aoffi; 376 std::vector<Node> aoffi;
377 std::vector<Node> ptp;
377 std::vector<Node> derivates; 378 std::vector<Node> derivates;
378 Node bias; 379 Node bias;
379 Node lod; 380 Node lod;