LeviLamina
Loading...
Searching...
No Matches
BatchClippingState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 8, ::glm::vec2> mTopLeftClip;
10 ::ll::TypedStorage<4, 8, ::glm::vec2> mBottomRightClip;
11 ::ll::TypedStorage<1, 1, bool> mClipsChildren;
12 ::ll::TypedStorage<1, 1, bool> mEnableScissorTest;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI bool isEquivalent(::BatchClippingState const& batchClippingState) const;
19 // NOLINTEND
20};
Definition BatchClippingState.h:5