FRDGBufferDesc::CreateIndirectDesc

Create the descriptor for an indirect RHI call.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderGraphResources.h"

Syntax

template<typename IndirectParameterStruct>
static FRDGBufferDesc CreateIndirectDesc
(
    uint32 NumElements
)

Remarks

Create the descriptor for an indirect RHI call.

Note, IndirectParameterStruct should be one of the: struct FRHIDispatchIndirectParameters struct FRHIDrawIndirectParameters struct FRHIDrawIndexedIndirectParameters

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