Files
sbox-public/engine/Sandbox.Engine/Systems/Render/CommandList
Lorenz Junglas 6862df4c3e Use regular dict in CommandList AttributeAccess (#4218)
After tracing the code paths, it seems like concurrent access should not happen.
If targets are somehow written/read in parallel it's fucked anyway.

Using a regular dict is cheaper and avoids expensive clear.

Fixes https://github.com/Facepunch/sbox/issues/4186
2026-03-04 13:41:47 +01:00
..
2025-11-24 09:05:18 +00:00
2025-11-24 09:05:18 +00:00