mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
parent
f7dcaa4a68
commit
8ff155a2c9
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ namespace
|
|||
std::tuple<u32, u32> get_index_array_for_emulated_non_indexed_draw(const std::vector<std::pair<u32, u32>> &first_count_commands, rsx::primitive_type primitive_mode, gl::ring_buffer &dst)
|
||||
{
|
||||
u32 vertex_draw_count = 0;
|
||||
EXPECTS(gl::is_primitive_native(primitive_mode));
|
||||
EXPECTS(!gl::is_primitive_native(primitive_mode));
|
||||
|
||||
for (const auto &pair : first_count_commands)
|
||||
{
|
||||
|
@ -435,4 +435,4 @@ u32 GLGSRender::set_vertex_buffer()
|
|||
m_vertex_upload_time += std::chrono::duration_cast<std::chrono::microseconds>(now - then).count();
|
||||
|
||||
return offset_in_index_buffer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue