FVulkanDynamicRHI::RHIComputeMemorySize

FlushType: Thread safe.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIComputeMemorySize()

FVulkanDynamicRHI::RHIComputeMemorySize()

References

Module

VulkanRHI

Header

/Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h

Include

#include "VulkanDynamicRHI.h"

Source

/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp

Syntax

virtual uint32 RHIComputeMemorySize
(
    FRHITexture * TextureRHI
)

Remarks

Computes the size in memory required by a given texture.

Returns

  • Size in Bytes

Parameters

Parameter

Description

TextureRHI

Texture we want to know the size of, 0 is safely ignored

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