FExclusiveDepthStencil::GetWritableTransition

Returns a new [FExclusiveDepthStencil](API\Runtime\RHI\FExclusiveDepthStencil) to be used to transition a depth stencil resource to readable.

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Syntax

FExclusiveDepthStencil GetWritableTransition() const

Remarks

Returns a new FExclusiveDepthStencil to be used to transition a depth stencil resource to readable. If the depth or stencil is already in a readable state, that particular component is returned as Nop, to avoid unnecessary subresource transitions.

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