FOpenGLDynamicRHI::RHIGetTextureMemoryStats

Retrieves texture memory stats. Unsupported with this allocator.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIGetTextureMemoryStats()

FOpenGLDynamicRHI::RHIGetTextureMemoryStats()

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLDrv.h

Include

#include "OpenGLDrv.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLTexture.cpp

Syntax

virtual void RHIGetTextureMemoryStats
(
    FTextureMemoryStats & OutStats
)

Remarks

Retrieves texture memory stats. Unsupported with this allocator.

Returns

false, indicating that out variables were left unchanged.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss