Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Description
Computes the size in memory required by a given texture.
| Name | RHIComputeMemorySize |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
uint32 RHIComputeMemorySize
(
FRHITexture * TextureRHI
)
- Size in Bytes
Parameters
| Name | Remarks |
|---|---|
| TextureRHI | Texture we want to know the size of, 0 is safely ignored |