FVulkanDynamicRHI::RHIUnlockTexture2D

FlushType: Flush RHI Thread.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIUnlockTexture2D()

FVulkanDynamicRHI::RHIUnlockTexture2D()

References

Module

VulkanRHI

Header

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

Include

#include "VulkanDynamicRHI.h"

Syntax

virtual void RHIUnlockTexture2D
(
    FRHITexture2D * Texture,
    uint32 MipIndex,
    bool bLockWithinMiptail
)

Remarks

Unlocks a previously locked RHI texture resource

Parameters

Parameter

Description

Texture

the RHI texture resource to unlock, must not be 0

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