CommonLibSSE (powerof3)
DepthStencilDepthModes.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BSGraphics
6  {
8  {
9  kDisabled = 0,
10  kTest = 1,
11  kWrite = 2,
12  kTestWrite = 3,
13  kTestEqual = 4,
15  kTestGreater = 6
16  };
17  }
18 }
DepthStencilDepthMode
Definition: DepthStencilDepthModes.h:8
Definition: AbsorbEffect.h:6