Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIGetTextureMemoryVisualizeData()
- FVulkanDynamicRHI::RHIGetTextureMemoryVisualizeData()
References
| Module | VulkanRHI |
| Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
| Include | #include "VulkanDynamicRHI.h" |
| Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp |
virtual bool RHIGetTextureMemoryVisualizeData
&40;
FColor &42; TextureData,
int32 SizeX,
int32 SizeY,
int32 Pitch,
int32 PixelSize
&41;
Remarks
Fills a texture with to visualize the texture pool memory. true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| 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 |