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