mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
shader/texture: Implement TLD4.PTP
This commit is contained in:
parent
60dbe4b993
commit
ac847a8cca
5 changed files with 120 additions and 56 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue