mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 02:55:50 -04:00
GPU: Pull page attributes from GPUSTAT if texturing is not enabled
This commit is contained in:
@ -495,6 +495,10 @@ void GPU_HW::DispatchRenderCommand(RenderCommand rc, u32 num_vertices)
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_render_state.SetFromPageAttribute(Truncate16(m_GPUSTAT.bits));
|
||||
}
|
||||
|
||||
// has any state changed which requires a new batch?
|
||||
const bool rc_transparency_enable = rc.IsTransparencyEnabled();
|
||||
|
Reference in New Issue
Block a user