mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-26 17:35:39 +01: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