Currently this part of the compositor is only compiled when COM_Debug is defined. Often when we want to use it we first need to update the code to match the latest changes. When using a constexpr function this could be checked when making changes so it keeps up to date.
Goal:
- Remove COM_Debug from COM_defines.h.
- Add static constexr bool COM_export_graphviz() to COM_Debug.cc.