Navigation
API > API/Runtime > API/Runtime/NullDrv > API/Runtime/NullDrv/FNullDynamicRHI
- FDynamicRHI::RHILockTexture2DArray()
- FNullDynamicRHI::RHILockTexture2DArray()
References
| Module | NullDrv |
| Header | /Engine/Source/Runtime/NullDrv/Public/NullRHI.h |
| Include | #include "NullRHI.h" |
virtual void &42; RHILockTexture2DArray
&40;
FRHITexture2DArray &42; Texture,
uint32 TextureIndex,
uint32 MipIndex,
EResourceLockMode LockMode,
uint32 & DestStride,
bool bLockWithinMiptail
&41;
Remarks
Locks an RHI texture's mip-map for read/write operations on the CPU pointer to the CPU accessible resource data
Parameters
| Name | Description |
|---|---|
| Texture | the RHI texture resource to lock |
| MipIndex | index of the mip level to lock |
| LockMode | Whether to lock the texture read-only instead of write-only |
| DestStride | output to retrieve the textures row stride (pitch) |
| bLockWithinMiptail | for platforms that support packed miptails allow locking of individual mip levels within the miptail |