Rodrigo Locatti
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_image.h
|
|
|
@ -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. |
|
|
|
}; |
|
|
|
|
|
|
|
|