LeviLamina
Loading...
Searching...
No Matches
LightingGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class LightingGroup {
6public:
7 template <int T0, int T1, int T2>
8 struct AmbientLightImpl {};
9
10 struct Emissive {};
11
12 template <int T0>
14
15 struct LightingDescription {};
16
17 template <int T0, int T1, int T2>
18 struct LightingImpl {
21 };
22 };
23
24 template <int T0>
25 struct OrbitalLights {};
26
27 template <int T0, int T1, int T2>
29
30 struct StaticDirectionalLight {};
31};
32
33MCNAPI bool
35
36MCNAPI bool operator==(
39);
40
41MCNAPI bool operator==(
44);
Definition LightingGroup.h:5
Definition LightingGroup.h:8
Definition LightingGroup.h:25
Definition LightingGroup.h:30
Definition LightingGroup.h:18
Definition LightingGroup.h:25
Definition LightingGroup.h:28
Definition LightingGroup.h:41