LeviLamina
Loading...
Searching...
No Matches
RendererDebugLayerOutputManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
7class RendererDebugLayerOutputManager {
8public:
9 // RendererDebugLayerOutputManager inner types declare
10 // clang-format off
11 struct ErrorState;
12 // clang-format on
13
14 // RendererDebugLayerOutputManager inner types define
15 struct ErrorState {};
16};
17
18} // namespace mce