mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 04:08:00 -05:00
shader/decode: Remove extras from MetaTexture
This commit is contained in:
@ -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{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user