Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHILockTracker > API/Runtime/RHI/FRHILockTracker/FTextureLockParams
Overloads
FTextureLockParams()
| |
|
| Name |
FTextureLockParams |
| Type |
function |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHILockTracker.h |
| Include Path |
#include "RHILockTracker.h" |
FTextureLockParams()
FTextureLockParams(const FRHILockedTextureDesc &, EResourceLockMode, void *, bool)
| |
|
| Name |
FTextureLockParams |
| Type |
function |
| Header File |
/Engine/Source/Runtime/RHI/Public/RHILockTracker.h |
| Include Path |
#include "RHILockTracker.h" |
FTextureLockParams
(
const FRHILockedTextureDesc & InDesc,
EResourceLockMode InLockMode,
void * InData,
bool bInbDirectLock
)