mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 21:32:41 +00:00
vk_image: Avoid unnecesary equals
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user