diff options
| author | bunnei <bunneidev@gmail.com> | 2019-12-26 21:43:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 21:43:44 -0500 |
| commit | 8a76f816a4586444903180f12a0408a1ae82a82d (patch) | |
| tree | a92b35863fe491f3e9b8412df7b33c6dc978a07c /src/video_core/shader/node.h | |
| parent | 5619d243772a2bb762c7733bd3122e128e370448 (diff) | |
| parent | e09c1fbc1f5868b1bff54a69a58fd6d788c54251 (diff) | |
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 { Node array; Node depth_compare; std::vector<Node> aoffi; + std::vector<Node> ptp; std::vector<Node> derivates; Node bias; Node lod; |
