Navigation
API > API/Runtime > API/Runtime/RHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComputePipelineState * GetComputePipelineState
(
FRHIComputeCommandList& RHICmdList, |
RHICommandList.h | ||
FComputePipelineState * GetComputePipelineState
(
FRHIComputeCommandList& RHICmdList, |
RHICommandList.h |
GetComputePipelineState(FRHIComputeCommandList &, const FComputePipelineStateInitializer &, bool)
| Name | GetComputePipelineState |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/PipelineStateCache.cpp |
FComputePipelineState * GetComputePipelineState
(
FRHIComputeCommandList & RHICmdList,
const FComputePipelineStateInitializer & Initializer,
bool bVerifyUse
)
GetComputePipelineState(FRHIComputeCommandList &, FRHIComputeShader *, bool)
| Name | GetComputePipelineState |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FComputePipelineState * GetComputePipelineState
(
FRHIComputeCommandList & RHICmdList,
FRHIComputeShader * ComputeShader,
bool bVerifyUse
)