CommonLibSSE NG
Loading...
Searching...
No Matches
DepthStencilDepthModes.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
namespace
BSGraphics
6
{
7
enum class
DepthStencilDepthMode
8
{
9
kDisabled
= 0,
10
kTest
= 1,
11
kWrite
= 2,
12
kTestWrite
= 3,
13
kTestEqual
= 4,
14
kTestGreaterEqual
= 5,
15
kTestGreater
= 6
16
};
17
}
18
}
RE::BSGraphics::DepthStencilDepthMode
DepthStencilDepthMode
Definition
DepthStencilDepthModes.h:8
RE::BSGraphics::DepthStencilDepthMode::kTestEqual
@ kTestEqual
RE::BSGraphics::DepthStencilDepthMode::kDisabled
@ kDisabled
RE::BSGraphics::DepthStencilDepthMode::kTest
@ kTest
RE::BSGraphics::DepthStencilDepthMode::kWrite
@ kWrite
RE::BSGraphics::DepthStencilDepthMode::kTestGreaterEqual
@ kTestGreaterEqual
RE::BSGraphics::DepthStencilDepthMode::kTestWrite
@ kTestWrite
RE::BSGraphics::DepthStencilDepthMode::kTestGreater
@ kTestGreater
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
D
DepthStencilDepthModes.h
Generated by
1.9.7