FNullDynamicRHI::RHIUnlockTextureCubeFace

FlushType: Flush RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIUnlockTextureCubeFace()

FNullDynamicRHI::RHIUnlockTextureCubeFace()

References

Module

NullDrv

Header

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

Include

#include "NullRHI.h"

Syntax

virtual void RHIUnlockTextureCubeFace
(
    FRHITextureCube * Texture,
    uint32 FaceIndex,
    uint32 ArrayIndex,
    uint32 MipIndex,
    bool bLockWithinMiptail
)

Remarks

Unlocks a previously locked RHI texture resource

Parameters

Parameter

Description

Texture

the RHI texture resource to unlock

MipIndex

index of the mip level to unlock

bLockWithinMiptail

for platforms that support packed miptails allow locking of individual mip levels within the miptail

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