diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-12-16 04:09:24 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-12-16 04:09:24 -0300 |
| commit | e09c1fbc1f5868b1bff54a69a58fd6d788c54251 (patch) | |
| tree | 4c77f899cb97fa590fbb028ef9ba3c5187900b99 /src/video_core/shader/node.h | |
| parent | 844e4a297b38ba32c2278ad66b13949b9a3a6e95 (diff) | |
shader/texture: Implement TLD4.PTP
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; |
