3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core_graphics/enums/ComparisonFunc.h"
7#include "mc/deps/core_graphics/enums/DepthWriteMask.h"
8#include "mc/deps/renderer/hal/interface/StencilFaceDescription.h"
16 ::ll::TypedStorage<1, 1, bool> depthTestEnabled;
17 ::ll::TypedStorage<1, 1, bool> stencilTestEnabled;
18 ::ll::TypedStorage<1, 1, ::mce::ComparisonFunc> depthFunc;
19 ::ll::TypedStorage<1, 4, ::mce::StencilFaceDescription> frontFace;
20 ::ll::TypedStorage<1, 4, ::mce::StencilFaceDescription> backFace;
21 ::ll::TypedStorage<1, 1, ::mce::DepthWriteMask> depthWriteMask;
22 ::ll::TypedStorage<4, 4, uint> stencilReadMask;
23 ::ll::TypedStorage<4, 4, uint> stencilWriteMask;
24 ::ll::TypedStorage<1, 1, uchar> stencilRef;
25 ::ll::TypedStorage<1, 1, uchar> originalStencilRef;
26 ::ll::TypedStorage<1, 1, bool> overwroteStencilRef;
32 MCAPI DepthStencilStateDescription();
Definition DepthStencilStateDescription.h:7