Navigation
API > API/Runtime > API/Runtime/RHI
| |
|
| Name |
FRHICommandDiscardRenderTargets |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path |
#include "RHICommandList.h" |
Syntax
struct FRHICommandDiscardRenderTargets : public FRHICommand< FRHICommandDiscardRenderTargets, PREPROCESSOR_JOIN>
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FORCEINLINE_DEBUGGABLE FRHICommandDiscardRenderTargets
(
bool InDepth,
bool InStencil,
uint32 InColorBitMask
)
|
|
RHICommandList.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ColorBitMask |
uint32 |
|
RHICommandList.h |
|
| Depth |
bool |
|
RHICommandList.h |
|
| Stencil |
bool |
|
RHICommandList.h |
|
Functions
Public