Navigation
API > API/Plugins > API/Plugins/RHITests > API/Plugins/RHITests/FRHITextureTests
Overloads
| 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 |
FillValues(uint32, uint32, uint32, T *)
| Name | FillValues |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
template<typename T, std::enable_if_t< std::is_same< T, float >::valuestd::is_same< T, FFloat16 >::value, bool >>
static void FillValues
(
uint32 NumComponents,
uint32 Width,
uint32 Height,
T * Values
)
FillValues(uint32, uint32, uint32, T *)
| Name | FillValues |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
template<typename T, std::enable_if_t< std::is_unsigned< T >::value, bool >>
static void FillValues
(
uint32 NumComponents,
uint32 Width,
uint32 Height,
T * Values
)
FillValues(uint32, uint32, uint32, T *)
| Name | FillValues |
| Type | function |
| Header File | /Engine/Plugins/Tests/RHITests/Source/RHITests/Public/RHITextureTests.h |
| Include Path | #include "RHITextureTests.h" |
template<typename T, std::enable_if_t< std::is_same< T, FFloat3Packed >::value, bool >>
static void FillValues
(
uint32 NumComponents,
uint32 Width,
uint32 Height,
T * Values
)