IRHICommandContext::RHIDiscardRenderTargets

Not all RHIs need this (Mobile specific)

Windows
MacOS
Linux

Override Hierarchy

IRHICommandContext::RHIDiscardRenderTargets()

FOpenGLDynamicRHI::RHIDiscardRenderTargets()

References

Module

RHI

Header

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

Include

#include "RHIContext.h"

Syntax

virtual void RHIDiscardRenderTargets
(
    bool Depth,
    bool Stencil,
    uint32 ColorBitMask
)

Remarks

Not all RHIs need this (Mobile specific)

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