Remove duplicated code

This commit is contained in:
digant73 2026-06-03 23:02:22 +02:00 committed by kd-11
parent 40e9ee5af0
commit 97704e35e0

View File

@ -148,11 +148,6 @@ namespace vk
vk_prog->binding_table.cbuf_location = location++;
}
if (vk::emulate_conditional_rendering())
{
vk_prog->binding_table.cr_pred_buffer_location = location++;
}
// Return next index
return location;
}