LeviLamina
Loading...
Searching...
No Matches
PlatformConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // PlatformConfiguration inner types declare
8 // clang-format off
10 // clang-format on
11
12 // PlatformConfiguration inner types define
14 public:
15 // GraphicsQualityPreset inner types declare
16 // clang-format off
17 struct LODs;
18 // clang-format on
19
20 // GraphicsQualityPreset inner types define
21 struct LODs {
22 public:
23 // member variables
24 // NOLINTBEGIN
35 // NOLINTEND
36
37 public:
38 // prevent constructor by default
39 LODs& operator=(LODs const&);
40 LODs(LODs const&);
41 LODs();
42 };
43
44 public:
45 // member variables
46 // NOLINTBEGIN
49 // NOLINTEND
50
51 public:
52 // prevent constructor by default
56 };
57
58public:
59 // member variables
60 // NOLINTBEGIN
73 // NOLINTEND
74
75public:
76 // prevent constructor by default
80};
Definition PlatformConfiguration.h:21
Definition PlatformConfiguration.h:13
Definition PlatformConfiguration.h:5
Definition Alias.h:14