Browse Source
vk_shader_decompiler: fix linux build
pull/15/merge
makigumo
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_shader_decompiler.cpp
|
|
|
@ -837,7 +837,7 @@ private: |
|
|
|
Decorate(id, spv::Decoration::Offset, static_cast<u32>(tfb->offset)); |
|
|
|
} |
|
|
|
|
|
|
|
element += static_cast<u8>(num_components); |
|
|
|
element = static_cast<u8>(static_cast<std::size_t>(element) + num_components); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|