Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBufferDesc > API/Runtime/RenderCore/FRDGBufferDesc/CreateIndirectDesc
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
template<typename IndirectParameterStruct>
static FRDGBufferDesc CreateIndirectDesc
&40;
uint32 NumElements
&41;
Remarks
Create the descriptor for an indirect RHI call.
Note, IndirectParameterStruct should be one of the: struct FRHIDispatchIndirectParameters struct FRHIDrawIndirectParameters struct FRHIDrawIndexedIndirectParameters