Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHILockTexture2DArray()
- FVulkanDynamicRHI::RHILockTexture2DArray()
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 * RHILockTexture2DArray
(
FRHITexture * Texture,
uint32 TextureIndex,
uint32 MipIndex,
EResourceLockMode LockMode,
uint32 & DestStride,
bool bLockWithinMiptail
)
Remarks
Locks an RHI texture's mip-map for read/write operations on the CPU