IRHICommandContext::RHIBindClearMRTValues

Bind the clear state of the currently set render targets.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIContext.h"

Syntax

virtual void RHIBindClearMRTValues
(
    bool bClearColor,
    bool bClearDepth,
    bool bClearStencil
)

Remarks

Bind the clear state of the currently set render targets. This is used by platforms which need the state of the target when finalizing a hardware clear or a resource transition to SRV The explicit bind is needed to support parallel rendering (propagate state between contexts).

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