Navigation
API > API/Runtime > API/Runtime/OpenGLDrv > API/Runtime/OpenGLDrv/FOpenGLDynamicRHI
- FDynamicRHI::RHIComputeMemorySize()
- FOpenGLDynamicRHI::RHIComputeMemorySize()
References
| Module | OpenGLDrv |
| Header | /Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h |
| Include | #include "OpenGLDrv.h" |
| Source | /Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp |
virtual uint32 RHIComputeMemorySize
&40;
FRHITexture &42; TextureRHI
&41;
Remarks
Computes the size in memory required by a given texture.
- Size in Bytes
Parameters
| Name | Description |
|---|---|
| TextureRHI | Texture we want to know the size of |