FRDGSubresourceState::IsMergeAllowed

Given a before and after state, returns whether they can be merged into a single state.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h

Include

#include "RenderGraphResources.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderGraphResources.cpp

Syntax

static bool IsMergeAllowed
(
    ERDGParentResourceType ResourceType,
    const FRDGSubresourceState & Previous,
    const FRDGSubresourceState & Next
)

Remarks

Given a before and after state, returns whether they can be merged into a single state.

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