Closed PabloMK7 closed 4 months ago
A mutex was being unnecessary locked on every GPU register write, even if the debug tracing feature was disabled. Fixed by moving the lock below the tracing enabled check.
A mutex was being unnecessary locked on every GPU register write, even if the debug tracing feature was disabled. Fixed by moving the lock below the tracing enabled check.