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