gl: Deswizzle textures on the GPU

This commit is contained in:
kd-11 2022-05-27 23:42:57 +03:00 committed by kd-11
parent 532563e861
commit 60a2a39e88
17 changed files with 413 additions and 222 deletions

View file

@ -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())