FOpenGLDynamicRHI::RHICreateTextureCubeArray

FlushType: Wait RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHICreateTextureCubeArray()

FOpenGLDynamicRHI::RHICreateTextureCubeArray()

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 FTextureCubeRHIRef RHICreateTextureCubeArray
(
    uint32 Size,
    uint32 ArraySize,
    uint8 Format,
    uint32 NumMips,
    ETextureCreateFlags Flags,
    ERHIAccess InResourceState,
    FRHIResourceCreateInfo & CreateInfo
)

Remarks

Creates a Cube Array RHI texture resource

Parameters

Parameter

Description

Size

width/height of the texture to create

ArraySize

number of array elements 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

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