Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace
A number of headers in the codebase included `rendering_server.h` just for some enum definitions. This means that any change to `rendering_server.h` or one of its dependencies would trigger a massive incremental rebuild. With this change, we decouple a number of classes from `rendering_server.h`, greatly speeding up incremental rebuilds for that area. On my machine, this reduces incremental compilation time after an edit of `rendering_server.h` by 60s (from 2m57s).
This commit is contained in:
parent
16f5289f42
commit
f5a290ac46
343 changed files with 6732 additions and 6432 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue