Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FScopedUniformBufferStaticBindin-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedUniformBufferStaticBindings
(
FRHIComputeCommandList& InRHICmdList, |
RHICommandList.h | ||
FScopedUniformBufferStaticBindings
(
FRHIComputeCommandList& InRHICmdList, |
RHICommandList.h |
FScopedUniformBufferStaticBindings(FRHIComputeCommandList &, FUniformBufferStaticBindings)
| Name | FScopedUniformBufferStaticBindings |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
FScopedUniformBufferStaticBindings
(
FRHIComputeCommandList & InRHICmdList,
FUniformBufferStaticBindings UniformBuffers
)
FScopedUniformBufferStaticBindings(FRHIComputeCommandList &, TArgs...)
| Name | FScopedUniformBufferStaticBindings |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
template<typename... TArgs>
FScopedUniformBufferStaticBindings
(
FRHIComputeCommandList & InRHICmdList,
TArgs... Args
)