Navigation
Unreal Engine C++ API Reference > Runtime > RHI > FDynamicRHI
- FDynamicRHI::RHIUnlockTextureCubeFace()
- FVulkanDynamicRHI::RHIUnlockTextureCubeFace()
- FNullDynamicRHI::RHIUnlockTextureCubeFace()
- FOpenGLDynamicRHI::RHIUnlockTextureCubeFace()
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
Include | #include "DynamicRHI.h" |
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 |