mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix compilation on clang
This commit is contained in:
parent
54e7cb8d9e
commit
4f08bfd0a2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace vk
|
|||
|
||||
const auto num_bindings = m_num_uniform_buffers + m_num_usable_samplers + m_num_input_attachments;
|
||||
rsx::simple_array<VkDescriptorSetLayoutBinding> bindings(num_bindings);
|
||||
int binding_slot = 0;
|
||||
u32 binding_slot = 0;
|
||||
|
||||
for (u32 n = 0; n < m_num_uniform_buffers; ++n, ++binding_slot)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue