10 lines
No EOL
180 B
C
10 lines
No EOL
180 B
C
#pragma once
|
|
|
|
#include "FontsManager.h"
|
|
|
|
struct SceneInfo
|
|
{
|
|
bool mSupportsGeometryPrimitives{ false };
|
|
bool mShowMeshOutline{ false };
|
|
FontsManager* mFontsManager{ nullptr };
|
|
}; |