Navigation
API > API/Runtime > API/Runtime/RHI
Description
Backwards compatibility adaptor to convert new FRHIBatchedShaderParameters to legacy FRayTracingShaderBindings. This function will be deprecated in a future release, once legacy FRayTracingShaderBindings is removed.
| Name | UE::RHI::ConvertRayTracingShaderBindings |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHICommandList.cpp |
namespace UE
{
namespace RHI
{
FRayTracingShaderBindings UE::RHI::ConvertRayTracingShaderBindings
(
const FRHIBatchedShaderParameters & BatchedParameters
)
}
}