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