Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRayTracingPipelineStateInitiali-
Description
Shaders that can be explicitly invoked from RayGen shaders by their Shader Binding Table (SBT) index. SetRayTracingCallableShader() command must be used to fill SBT slots before a shader can be called.
| Name | SetCallableTable |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
void SetCallableTable
(
const TArrayView< FRHIRayTracingShader * > & InCallableShaders,
uint64 Hash
)