Remove duplicated code
This commit is contained in:
@@ -148,11 +148,6 @@ namespace vk
|
|||||||
vk_prog->binding_table.cbuf_location = location++;
|
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 next index
|
||||||
return location;
|
return location;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user