Navigation
API > API/Plugins > API/Plugins/RHITests
| Name | FRHITextureTests |
| Type | class |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
Syntax
class FRHITextureTests
Structs
| Name | Remarks |
|---|---|
| FDataSource |
Enums
Public
| Name | Remarks |
|---|---|
| ETextureUpdateType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataSource11_11_10F | FDataSource< FFloat3Packed, 1, true > | RHITextureTests.h | |
| FDataSource16x1 | FDataSource< uint16, 1, true > | RHITextureTests.h | |
| FDataSource16x1F | FDataSource< FFloat16, 1, true > | RHITextureTests.h | |
| FDataSource16x1UInt | FDataSource< uint16, 1, false > | RHITextureTests.h | |
| FDataSource16x2 | FDataSource< uint16, 2, true > | RHITextureTests.h | |
| FDataSource16x2F | FDataSource< FFloat16, 2, true > | RHITextureTests.h | |
| FDataSource16x2UInt | FDataSource< uint16, 2, false > | RHITextureTests.h | |
| FDataSource16x4 | FDataSource< uint16, 4, true > | RHITextureTests.h | |
| FDataSource16x4F | FDataSource< FFloat16, 4, true > | RHITextureTests.h | |
| FDataSource16x4UInt | FDataSource< uint16, 4, false > | RHITextureTests.h | |
| FDataSource32x1 | FDataSource< uint32, 1, true > | RHITextureTests.h | |
| FDataSource32x1F | FDataSource< float, 1, true > | RHITextureTests.h | |
| FDataSource32x1UInt | FDataSource< uint32, 1, false > | RHITextureTests.h | |
| FDataSource32x2 | FDataSource< uint32, 2, true > | RHITextureTests.h | |
| FDataSource32x2F | FDataSource< float, 2, true > | RHITextureTests.h | |
| FDataSource32x2UInt | FDataSource< uint32, 2, false > | RHITextureTests.h | |
| FDataSource32x3F | FDataSource< float, 3, true > | RHITextureTests.h | |
| FDataSource32x3UInt | FDataSource< uint32, 3, false > | RHITextureTests.h | |
| FDataSource32x4 | FDataSource< uint32, 4, true > | RHITextureTests.h | |
| FDataSource32x4F | FDataSource< float, 4, true > | RHITextureTests.h | |
| FDataSource32x4UInt | FDataSource< uint32, 4, false > | RHITextureTests.h | |
| FDataSource64x1UInt | FDataSource< uint64, 1, false > | RHITextureTests.h | |
| FDataSource8x1 | FDataSource< uint8, 1, true > | RHITextureTests.h | |
| FDataSource8x1UInt | FDataSource< uint8, 1, false > | RHITextureTests.h | |
| FDataSource8x2 | FDataSource< uint8, 2, true > | RHITextureTests.h | |
| FDataSource8x2UInt | FDataSource< uint8, 2, false > | RHITextureTests.h | |
| FDataSource8x3 | FDataSource< uint8, 3, true > | RHITextureTests.h | |
| FDataSource8x4 | FDataSource< uint8, 4, true > | RHITextureTests.h | |
| FDataSource8x4UInt | FDataSource< uint8, 4, false > | RHITextureTests.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FillValues
(
uint32 NumComponents, |
RHITextureTests.h | ||
static void FillValues
(
uint32 NumComponents, |
RHITextureTests.h | ||
static void FillValues
(
uint32 NumComponents, |
RHITextureTests.h | ||
static const TCHAR * GetName
(
ETextureUpdateType UpdateType |
RHITextureTests.h | ||
static bool RunTest_UAVClear_Texture
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_MultipleLockTexture2D
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture2D
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture2D_Impl
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture2D_WithParams
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture3D
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture3D_Impl
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIClearUAV_Texture3D_WithParams
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHICopyTexture
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_RHIFormat_DepthFormat
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIFormat_RenderTargetFormat
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIFormat_WithParams
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_RHIFormats
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_UpdateTexture
(
FRHICommandListImmediate& RHICmdList |
RHITextureTests.h | ||
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate& RHICmdList, |
RHITextureTests.h | ||
static bool VerifyTextureContents
(
const TCHAR* TestName, |
This expects Texture to be in the CopySrc state. | RHITextureTests.h |