mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 17:50:05 +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