mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 11:07:56 -05:00
shader/texture: Implement TLD4.PTP
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user