LeviLamina
Loading...
Searching...
No Matches
PointLightParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, float> mIntensity;
12 ::ll::TypedStorage<4, 12, ::glm::vec3> mColor;
13 ::ll::TypedStorage<4, 12, ::glm::vec3> mWorldPosition;
14 ::ll::TypedStorage<1, 1, bool> mIsLarge;
15 ::ll::TypedStorage<8, 8, uint64> mHashCode;
16 // NOLINTEND
17};
18
19} // namespace mce
Definition PointLightParameters.h:7