Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include | #include "DynamicRHI.h" |
void RHIUnlockTexture2DArray
(
FRHITexture2DArray * Texture,
uint32 TextureIndex,
uint32 MipIndex,
bool bLockWithinMiptail
)
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 |