FRayTracingPipelineStateInitializer::SetCallableTable

Shaders that can be explicitly invoked from RayGen shaders by their Shader Binding Table (SBT) index.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

void SetCallableTable
(
    const TArrayView< FRHIRayTracingShader * > & InCallableShaders,
    uint64 Hash
)

Remarks

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.

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