mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
vk_image: Avoid unnecesary equals
This commit is contained in:
parent
c83bf7cd1e
commit
4cbb363d3f
@ -51,7 +51,7 @@ public:
|
||||
|
||||
private:
|
||||
struct SubrangeState final {
|
||||
vk::AccessFlags access = {}; ///< Current access bits.
|
||||
vk::AccessFlags access{}; ///< Current access bits.
|
||||
vk::ImageLayout layout = vk::ImageLayout::eUndefined; ///< Current image layout.
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user