DispatchIndirect

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

DispatchIndirect

(
    FRHICommandList& RHICmdList,
    const TShaderRef< TShaderClass >& ...,
    const typename TShaderClass::FParam...,
    FRHIVertexBuffer* IndirectArgs...,
    uint32 IndirectArgOffset
)

Indirect dispatch a compute shader to rhi command list with its parameters.

Public function Static

void

 

DispatchIndirect

(
    FRHICommandList& RHICmdList,
    const TShaderClass* ComputeSha...,
    const typename TShaderClass::FParam...,
    FRDGBufferRef IndirectArgsBuffer,
    uint32 IndirectArgOffset
)

Dispatch a compute shader to rhi command list with its parameters and indirect args.

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