Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIComputeCommandList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RayTraceDispatch
(
FRayTracingPipelineState* Pipeline, |
RHICommandList.h | ||
void RayTraceDispatch
(
FRayTracingPipelineState* Pipeline, |
Compatibility adaptor that operates on the new FRHIBatchedShaderParameters instead of legacy FRayTracingShaderBindings (planned for deprecation). | RHICommandList.h |
RayTraceDispatch(FRayTracingPipelineState , FRHIRayTracingShader , FRHIShaderBindingTable *, const FRayTracingShaderBindings &, uint32, uint32)
| Name | RayTraceDispatch |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
void RayTraceDispatch
(
FRayTracingPipelineState * Pipeline,
FRHIRayTracingShader * RayGenShader,
FRHIShaderBindingTable * SBT,
const FRayTracingShaderBindings & GlobalResourceBindings,
uint32 Width,
uint32 Height
)
RayTraceDispatch(FRayTracingPipelineState , FRHIRayTracingShader , FRHIShaderBindingTable *, FRHIBatchedShaderParameters &, uint32, uint32)
Description
Compatibility adaptor that operates on the new FRHIBatchedShaderParameters instead of legacy FRayTracingShaderBindings (planned for deprecation). This will become the default native code path in a future UE version.
| Name | RayTraceDispatch |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
void RayTraceDispatch
(
FRayTracingPipelineState * Pipeline,
FRHIRayTracingShader * RayGenShader,
FRHIShaderBindingTable * SBT,
FRHIBatchedShaderParameters & GlobalResourceBindings,
uint32 Width,
uint32 Height
)