Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
class FRHIRenderTargetView
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ArraySliceIndex | Array slice or texture cube face. | |
| ERenderTargetLoadAction | LoadAction | ||
| uint32 | MipIndex | ||
| ERenderTargetStoreAction | StoreAction | ||
| FRHITexture * | Texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIRenderTargetView
(
const FRHIRenderTargetView& |
|||
FRHIRenderTargetView
(
FRHITexture* InTexture, |
Common case | ||
FRHIRenderTargetView
(
FRHITexture* InTexture, |
Common case | ||
FRHIRenderTargetView
(
FRHITexture* InTexture, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRHIRenderTargetView & | |||
| FRHIRenderTargetView & | operator=
(
const FRHIRenderTargetView& |
||
| bool | operator==
(
const FRHIRenderTargetView& Other |