Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
struct FClearValueBinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| EClearBinding | ColorBinding | ||
| union FClearValueBinding::ClearValueType | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FClearValueBinding
(
EClearBinding NoBinding |
|||
FClearValueBinding
(
const FLinearColor& InClearColor |
|||
FClearValueBinding
(
float DepthClearValue, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | |||
| void | GetDepthStencil
(
float& OutDepth, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FClearValueBinding& Other |
Classes
| Type | Name | Description | |
|---|---|---|---|
| ClearValueType | |||
| DSVAlue |
Constants
| Name | Description |
|---|---|
| Black | |
| BlackMaxAlpha | |
| DefaultNormal8Bit | |
| DepthFar | |
| DepthNear | |
| DepthOne | |
| DepthZero | |
| Green | |
| None | Common clear values |
| Transparent | |
| White |