FDynamicRHI::RHICreateTexture2DArray

Creates a Array RHI texture resource

Windows
MacOS
Linux

Deprecated

  • RHICreateTexture2DArray now takes NumSamples

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Syntax

virtual FTexture2DArrayRHIRef RHICreateTexture2DArray
(
    uint32 SizeX,
    uint32 SizeY,
    uint32 SizeZ,
    uint8 Format,
    uint32 NumMips,
    uint32 Flags,
    FRHIResourceCreateInfo & CreateInfo
)

Remarks

Creates a Array RHI texture resource

Parameters

Parameter

Description

SizeX

width of the texture to create

SizeY

height of the texture to create

SizeZ

depth of the texture to create

Format

EPixelFormat texture format

NumMips

number of mips to generate or 0 for full mip pyramid

Flags

ETextureCreateFlags creation flagsFlushType: Wait RHI Thread

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