LeviLamina
Loading...
Searching...
No Matches
GPUMemoryInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/gameface/renoir/GPUMemoryInfo.h"
7
8namespace cohtml {
9
10struct GPUMemoryInfo : public ::renoir::GPUMemoryInfo {
11public:
12 // GPUMemoryInfo inner types declare
13 // clang-format off
14 struct ExtraImageInfo;
16 // clang-format on
17
18 // GPUMemoryInfo inner types define
19 struct ExtraImageInfo {
20 public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::UntypedStorage<8, 8> mUnk3cb3b1;
24 ::ll::UntypedStorage<8, 8> mUnkf211be;
25 ::ll::UntypedStorage<8, 8> mUnkaea9ae;
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 ExtraImageInfo& operator=(ExtraImageInfo const&);
31 ExtraImageInfo(ExtraImageInfo const&);
32 ExtraImageInfo();
33 };
34
36 public:
37 // member variables
38 // NOLINTBEGIN
39 ::ll::UntypedStorage<8, 8> mUnkdb9b49;
40 ::ll::UntypedStorage<8, 8> mUnkf467aa;
41 // NOLINTEND
42
43 public:
44 // prevent constructor by default
45 ExtraColorImageTexturesInfo& operator=(ExtraColorImageTexturesInfo const&);
46 ExtraColorImageTexturesInfo(ExtraColorImageTexturesInfo const&);
47 ExtraColorImageTexturesInfo();
48 };
49
50public:
51 // member variables
52 // NOLINTBEGIN
53 ::ll::UntypedStorage<8, 16> mUnke2336d;
54 // NOLINTEND
55
56public:
57 // prevent constructor by default
58 GPUMemoryInfo& operator=(GPUMemoryInfo const&);
59 GPUMemoryInfo(GPUMemoryInfo const&);
60 GPUMemoryInfo();
61
62public:
63 // virtual functions
64 // NOLINTBEGIN
65 virtual void PrintToLog() = 0;
66
67 virtual ~GPUMemoryInfo() /*override*/ = default;
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73
74 // NOLINTEND
75};
76
77} // namespace cohtml
Definition GPUMemoryInfo.h:16
Definition GPUMemoryInfo.h:7