mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Vulkan: Actually bind correct part of the UBO.
This commit is contained in:
parent
c0e752c53c
commit
9a613ef8bf
@ -1898,7 +1898,8 @@ void Pass::build_commands(
|
|||||||
{
|
{
|
||||||
set_uniform_buffer(sets[sync_index], reflection.ubo_binding,
|
set_uniform_buffer(sets[sync_index], reflection.ubo_binding,
|
||||||
common->ubo->get_buffer(),
|
common->ubo->get_buffer(),
|
||||||
ubo_offset, reflection.ubo_size);
|
ubo_offset + sync_index * common->ubo_sync_index_stride,
|
||||||
|
reflection.ubo_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
// The final pass is always executed inside
|
// The final pass is always executed inside
|
||||||
|
Loading…
x
Reference in New Issue
Block a user