Navigation
API > API/Plugins > API/Plugins/RHITests
| Name | FRHIBufferTests |
| Type | class |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHIBufferTests.h |
| Include Path | #include "RHIBufferTests.h" |
Syntax
class FRHIBufferTests
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ParallelDispatchCommands
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h | ||
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h | ||
static bool RunTest_UAVClear_Buffer
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h | ||
static bool Test_RHIClearUAVFloat_StructuredBuffer
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool Test_RHIClearUAVFloat_VertexBuffer
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool Test_RHIClearUAVUint_StructuredBuffer
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool Test_RHIClearUAVUint_VertexBuffer
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool Test_RHICreateBuffer
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool Test_RHICreateBuffer_Buffer
(
FRHICommandListImmediate& RHICmdList, |
RHIBufferTests.h | ||
static bool Test_RHICreateBuffer_Parallel
(
FRHICommandListImmediate& RHICmdList |
RHIBufferTests.h | ||
static bool VerifyBufferContents
(
const TCHAR* TestName, |
Copies data in the specified vertex buffer back to the CPU, and passes a pointer to that data to the provided verification lambda. | RHIBufferTests.h | |
static bool VerifyBufferContents
(
const TCHAR* TestName, |
RHIBufferTests.h |