Navigation
API > API/Runtime > API/Runtime/NullDrv > API/Runtime/NullDrv/FNullDynamicRHI
- FDynamicRHI::RHIUnlockTexture2DArray()
- FNullDynamicRHI::RHIUnlockTexture2DArray()
References
| Module | NullDrv |
| Header | /Engine/Source/Runtime/NullDrv/Public/NullRHI.h |
| Include | #include "NullRHI.h" |
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 |