mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-20 22:45:45 +00: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