LeviLamina
Loading...
Searching...
No Matches
CommandContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dragon::framerenderer {
6
7struct CommandContext {
8public:
9 // CommandContext inner types declare
10 // clang-format off
14 // clang-format on
15
16 // CommandContext inner types define
18
19 struct MaterialBufferBinding {};
20
21 struct MaterialTextureBinding {};
22};
23
24} // namespace dragon::framerenderer
Definition CommandContext.h:7