FRHICommandClearDepthStencilTexture

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandClearDepthStencilTexture

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHICommandList.h

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

EClearDepthSten...

 

ClearDepthStencil

Public variable

float

 

Depth

Public variable

uint32

 

Stencil

Public variable

FRHITexture ...

 

Texture

Constructors

Name Description

Public function

FRHICommandClearDepthStencilTexture

(
    FRHITexture* InTexture,
    EClearDepthStencil InClearDepthSten...,
    float InDepth,
    uint32 InStencil
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss