Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIUnlockTextureCubeFace()
- FVulkanDynamicRHI::RHIUnlockTextureCubeFace()
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 RHIUnlockTextureCubeFace
&40;
FRHITextureCube &42; Texture,
uint32 FaceIndex,
uint32 ArrayIndex,
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 |