vk_image: Avoid unnecesary equals

pull/8/head
Rodrigo Locatti 5 years ago committed by GitHub
parent c83bf7cd1e
commit 4cbb363d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save