DispatchIndirectComputeShader

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

DispatchIndirectComputeShader

(
    FRHICommandList& RHICmdList,
    FShader* Shader,
    FRHIVertexBuffer* ArgumentBuff...,
    uint32 ArgumentOffset
)

Helper function to dispatch a compute shader indirectly while checking that parameters have been set correctly.

Public function

void

 

DispatchIndirectComputeShader

(
    FRHICommandList& RHICmdList,
    const TShaderRef< FShader >& Shade...,
    FRHIVertexBuffer* ArgumentBuff...,
    uint32 ArgumentOffset
)

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