Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetBindingsOnShaderBindingTable
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetBindingsOnShaderBindingTable : public FRHICommand< FRHICommandSetBindingsOnShaderBindingTable, FRHICommandSetBindingsOnShaderBindingTableString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FRayTracingLocalShaderBindings * | Bindings | ||
| ERayTracingBindingType | BindingType | ||
| int32 | NumBindings | ||
| FRayTracingPipelineState * | Pipeline | ||
| FRHIShaderBindingTable * | SBT | ||
| FRHIRayTracingScene * | Scene |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetBindingsOnShaderBindingTable
(
FRHIRayTracingScene* InScene, |
Bindings Batch. | ||
FRHICommandSetBindingsOnShaderBindingTable
(
FRHIShaderBindingTable* InSBT, |
Bindings Batch. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RHI_void | Execute
(
FRHICommandListBase& CmdList |