renderer: use a render pass for render modif in client render

fixes #8918
This commit is contained in:
vaxerski
2025-01-01 14:11:21 +01:00
parent aff34089c4
commit 4e93b2def5
4 changed files with 64 additions and 19 deletions

View File

@@ -110,7 +110,6 @@ struct SMonitorRenderData {
struct SCurrentRenderData {
PHLMONITORREF pMonitor;
PHLWORKSPACE pWorkspace = nullptr;
Mat3x3 projection;
Mat3x3 savedProjection;
Mat3x3 monitorProjection;