Navigation
API > API/Plugins > API/Plugins/RHITests
References
| Module | RHITests |
| Header | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHIBufferTests.h |
| Include | #include "RHIBufferTests.h" |
Syntax
class FRHIBufferTests
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Test_RHIClearUAVFloat_StructuredBuffer
(
FRHICommandListImmediate& RHICmdList |
||
| bool | Test_RHIClearUAVFloat_VertexBuffer
(
FRHICommandListImmediate& RHICmdList |
||
| bool | Test_RHIClearUAVUint_StructuredBuffer
(
FRHICommandListImmediate& RHICmdList |
||
| bool | Test_RHIClearUAVUint_VertexBuffer
(
FRHICommandListImmediate& RHICmdList |
||
| bool | Test_RHICreateBuffer_Parallel
(
FRHICommandListImmediate& RHICmdList |
||
| 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. | |
| 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. |