diff options
| author | 2019-12-26 21:43:44 -0500 | |
|---|---|---|
| committer | 2019-12-26 21:43:44 -0500 | |
| commit | 8a76f816a4586444903180f12a0408a1ae82a82d (patch) | |
| tree | a92b35863fe491f3e9b8412df7b33c6dc978a07c /src/video_core/shader/node.h | |
| parent | Merge pull request #3244 from ReinUsesLisp/vk-fps (diff) | |
| parent | shader/texture: Implement TLD4.PTP (diff) | |
| download | yuzu-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.h | 1 |
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; |