Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TUniformBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetContentsToZero () |
UniformBuffer.h | ||
void SetContentsToZero
(
FRHICommandListBase& RHICmdList |
Sets the contents of the uniform buffer to all zeros. | UniformBuffer.h |
SetContentsToZero()
| Name | SetContentsToZero |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h |
| Include Path | #include "UniformBuffer.h" |
void SetContentsToZero()
SetContentsToZero(FRHICommandListBase &)
Description
Sets the contents of the uniform buffer to all zeros.
| Name | SetContentsToZero |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/UniformBuffer.h |
| Include Path | #include "UniformBuffer.h" |
void SetContentsToZero
(
FRHICommandListBase & RHICmdList
)