Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Description
Fills a texture with to visualize the texture pool memory.
| Name | RHIGetTextureMemoryVisualizeData |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
bool RHIGetTextureMemoryVisualizeData
(
FColor * TextureData,
int32 SizeX,
int32 SizeY,
int32 Pitch,
int32 PixelSize
)
true if successful, false otherwise
Parameters
| Name | Remarks |
|---|---|
| TextureData | Start address |
| SizeX | Number of pixels along X |
| SizeY | Number of pixels along Y |
| Pitch | Number of bytes between each row |
| PixelSize | Number of bytes each pixel represents |