GPU/HW: Move drawing offset to CPU-side
Saves updating the uniform buffer.
This commit is contained in:
@ -195,7 +195,6 @@ bool GPU::HandleSetDrawingOffsetCommand(const u32*& command_ptr, u32 command_siz
|
||||
|
||||
m_drawing_offset.x = x;
|
||||
m_drawing_offset.y = y;
|
||||
m_drawing_offset_changed = true;
|
||||
}
|
||||
|
||||
EndCommand();
|
||||
|
||||
Reference in New Issue
Block a user