mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
gl: Deswizzle textures on the GPU
This commit is contained in:
parent
532563e861
commit
60a2a39e88
17 changed files with 413 additions and 222 deletions
|
|
@ -495,6 +495,8 @@ void GLGSRender::emit_geometry(u32 sub_index)
|
|||
|
||||
m_frame_stats.vertex_upload_time += m_profiler.duration();
|
||||
|
||||
gl_state.use_program(m_program->id());
|
||||
|
||||
if (!upload_info.index_info)
|
||||
{
|
||||
if (draw_call.is_single_draw())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue