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