LeviLamina
Loading...
Searching...
No Matches
PixelFormatInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7struct PixelFormatInfo {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<4, 4> mUnkac70d8;
12 ::ll::UntypedStorage<4, 4> mUnk18774d;
13 ::ll::UntypedStorage<4, 4> mUnk534b39;
14 ::ll::UntypedStorage<4, 4> mUnkb07cce;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 PixelFormatInfo& operator=(PixelFormatInfo const&);
20 PixelFormatInfo(PixelFormatInfo const&);
21 PixelFormatInfo();
22};
23
24} // namespace renoir
Definition PixelFormatInfo.h:7