stuff-from-scratch/src/visual_elements/scene/SceneInfo.h

10 lines
No EOL
180 B
C

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