mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 22:27:48 +00:00
vk_image: Avoid unnecesary equals
This commit is contained in:
parent
5721e2cbae
commit
00ebed081e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue