Navigation
API > API/Plugins > API/Plugins/RHITests > API/Plugins/RHITests/FRHITextureTests
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
Test_UpdateTexture_Impl(FRHICommandListImmediate &, ETextureUpdateType)
| Name | Test_UpdateTexture_Impl |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate & RHICmdList,
ETextureUpdateType UpdateType
)
Test_UpdateTexture_Impl(FRHICommandListImmediate &, EPixelFormat, ETextureUpdateType)
| Name | Test_UpdateTexture_Impl |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
template<typename SourceType>
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate & RHICmdList,
EPixelFormat Format,
ETextureUpdateType UpdateType
)
Test_UpdateTexture_Impl(FRHICommandListImmediate &, FString, FRHITexture , const FUpdateTextureRegion2D &, uint32, uint32, const uint8 , const uint8 *, ETextureUpdateType)
| Name | Test_UpdateTexture_Impl |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
template<typename SourceType>
static bool Test_UpdateTexture_Impl
(
FRHICommandListImmediate & RHICmdList,
FString TestName,
FRHITexture * Texture,
const FUpdateTextureRegion2D & Region,
uint32 SourceSize,
uint32 SourcePitch,
const uint8 * SourceData,
const uint8 * ZeroData,
ETextureUpdateType UpdateType
)