mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 10:57:59 -05:00
shader: Remove curly braces initializers on shared pointers
This commit is contained in:
@ -443,9 +443,9 @@ struct MetaTexture {
|
||||
std::vector<Node> derivates;
|
||||
Node bias;
|
||||
Node lod;
|
||||
Node component{};
|
||||
Node component;
|
||||
u32 element{};
|
||||
Node index{};
|
||||
Node index;
|
||||
};
|
||||
|
||||
struct MetaImage {
|
||||
|
Reference in New Issue
Block a user