Navigation
API > API/Runtime > API/Runtime/RHI
| Name | ERasterizerDepthClipMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
| Include Path | #include "RHIDefinitions.h" |
Syntax
enum ERasterizerDepthClipMode
{
DepthClip,
DepthClamp,
Num,
NumBits = 1,
}
Values
| Name | Remarks |
|---|---|
| DepthClip | |
| DepthClamp | |
| Num | |
| NumBits |