Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
class FRHIDepthRenderTargetView
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERenderTargetLoadAction | DepthLoadAction | ||
| ERenderTargetStoreAction | DepthStoreAction | ||
| ERenderTargetLoadAction | StencilLoadAction | ||
| FRHITexture * | Texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
Common case | ||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
|||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
|||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FExclusiveDepthStencil | Accessor to prevent write access to DepthStencilAccess | ||
| ERenderTargetStoreAction | Accessor to prevent write access to StencilStoreAction | ||
| void | Validate () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRHIDepthRenderTargetView& Other |