Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHILockTracker
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextureLockParams Unlock
(
const FRHILockedTextureDesc& InDesc |
RHILockTracker.h | ||
FLockParams Unlock
(
void* RHIBuffer, |
RHILockTracker.h |
Unlock(const FRHILockedTextureDesc &)
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHILockTracker.h |
| Include Path | #include "RHILockTracker.h" |
FTextureLockParams Unlock
(
const FRHILockedTextureDesc & InDesc
)
Unlock(void *, uint32)
| Name | Unlock |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHILockTracker.h |
| Include Path | #include "RHILockTracker.h" |
FLockParams Unlock
(
void * RHIBuffer,
uint32 Offset
)