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.
|
||||
};
|
||||
|
||||
|
|
Reference in New Issue