mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
shader/decode: Remove extras from MetaTexture
This commit is contained in:
parent
8a7efd22ec
commit
3b01587ca4
4 changed files with 65 additions and 40 deletions
|
@ -290,7 +290,9 @@ struct MetaTexture {
|
|||
const Sampler& sampler;
|
||||
Node array{};
|
||||
Node depth_compare{};
|
||||
std::vector<Node> extras;
|
||||
Node bias{};
|
||||
Node lod{};
|
||||
Node component{};
|
||||
u32 element{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue