Navigation
API > API/Plugins > API/Plugins/RHITests > API/Plugins/RHITests/FRHIBufferTests
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h | ||
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h |
RunTest_UAVClear_Buffer(FRHICommandListImmediate &, const FString &, BufferType , FRHIUnorderedAccessView , FRHIUnorderedAccessView , const ValueType &, void(FRHIComputeCommandList::)(FRHIUnorderedAccessView *, ValueType const &), const uint8(&))
| Name | RunTest_UAVClear_Buffer |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHIBufferTests.h |
| Include Path | #include "RHIBufferTests.h" |
template<typename BufferType, typename ValueType, uint32 NumTestBytes>
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate & RHICmdList,
const FString & TestName,
BufferType * BufferRHI,
FRHIUnorderedAccessView * WholeResourceUAV,
FRHIUnorderedAccessView * OffsetUAV,
const ValueType & ClearValue,
void *, ValueType const &) ClearPtr,
const uint8(&) TestValue
)
RunTest_UAVClear_Buffer(FRHICommandListImmediate &, EBufferUsageFlags, uint32, EPixelFormat, uint32, bool, const ValueType &, void(FRHIComputeCommandList::)(FRHIUnorderedAccessView , ValueType const &), const uint8(&))
| Name | RunTest_UAVClear_Buffer |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHIBufferTests.h |
| Include Path | #include "RHIBufferTests.h" |
template<typename ValueType, uint32 NumTestBytes>
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate & RHICmdList,
EBufferUsageFlags BufferFlags,
uint32 BufferSize,
EPixelFormat Format,
uint32 Stride,
bool bRawView,
const ValueType & ClearValue,
void *, ValueType const &) ClearPtr,
const uint8(&) TestValue
)