Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIUnlockTexture2DArray()
- FVulkanDynamicRHI::RHIUnlockTexture2DArray()
References
Module | VulkanRHI |
Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
Include | #include "VulkanDynamicRHI.h" |
Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp |
virtual void RHIUnlockTexture2DArray
&40;
FRHITexture2DArray &42; Texture,
uint32 TextureIndex,
uint32 MipIndex,
bool bLockWithinMiptail
&41;
Remarks
Unlocks a previously locked RHI texture resource
Parameters
Name | 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 |