#pragma once #include "FontsManager.h" struct SceneInfo { bool mSupportsGeometryPrimitives{ false }; bool mShowMeshOutline{ false }; FontsManager* mFontsManager{ nullptr }; };