FNullDynamicRHI::RHICalcTextureCubePlatformSize

FlushType: Thread safe.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHICalcTextureCubePlatformSize()

FNullDynamicRHI::RHICalcTextureCubePlatformSize()

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullRHI.h

Include

#include "NullRHI.h"

Syntax

virtual uint64 RHICalcTextureCubePlatformSize
(
    uint32 Size,
    uint8 Format,
    uint32 NumMips,
    ETextureCreateFlags Flags,
    const FRHIResourceCreateInfo & CreateInfo,
    uint32 & OutAlign
)

Remarks

Computes the total size of a cube texture with the specified parameters.

Parameters

Parameter

Description

Size

width/height of the texture to create

Format

EPixelFormat texture format

NumMips

number of mips to generate or 0 for full mip pyramid

Flags

ETextureCreateFlags creation flags

OutAlign

Alignment required for this texture. Output parameter.

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