Merge pull request #3516 from makigumo/patch-3

vk_shader_decompiler: fix linux build
This commit is contained in:
Rodrigo Locatti 2020-03-15 18:43:40 -03:00 committed by GitHub
commit d91a880f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}