mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
rsx: Add support for batched multidraw
gl: Fix multidraw [WIP] rsx: Ignore vertex base when data source is generated using arithmetic vk: Check pending flag before doing fence poke vk/gl: Fix for inlined array and immediate draws rsx: Collapse joined draws when batching
This commit is contained in:
parent
abb56a354d
commit
061824a7ec
7 changed files with 288 additions and 19 deletions
|
@ -300,7 +300,7 @@ namespace rsx
|
|||
{
|
||||
if (arg)
|
||||
{
|
||||
rsx::method_registers.current_draw_clause.first_count_commands.clear();
|
||||
rsx::method_registers.current_draw_clause.first_count_commands.resize(0);
|
||||
rsx::method_registers.current_draw_clause.command = draw_command::none;
|
||||
rsx::method_registers.current_draw_clause.primitive = rsx::method_registers.primitive_mode();
|
||||
rsxthr->begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue