LeviLamina
Loading...
Searching...
No Matches
LightLODResourceManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/renderer/chunks/point_lighting/ILightLODResourceProvider.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace PointLighting { struct AnalyticLightResources; }
11namespace PointLighting { struct BakedLightResources; }
12// clang-format on
13
14namespace PointLighting {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<
21 8,
22 24,
23 ::std::vector<
24 ::std::shared_ptr<::PointLighting::ILightLODResourceProvider<::PointLighting::BakedLightResources>>>>
25 mBakedLightResourceProviders;
26 ::ll::TypedStorage<
27 8,
28 24,
29 ::std::vector<
30 ::std::shared_ptr<::PointLighting::ILightLODResourceProvider<::PointLighting::AnalyticLightResources>>>>
31 mAnalyticLightResourceProviders;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ~LightLODResourceManager();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace PointLighting
Definition LightLODResourceManager.h:7
Definition AnalyticLightResources.h:7
Definition BakedLightResources.h:7