Navigation
API > API/Runtime > API/Runtime/RHI
Description
Releases a reference to defer deletion of RHI resources. If the reference count hits zero, resources are queued for deletion.
| Name | RHIResourceLifetimeReleaseRef |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHIResources.cpp |
void RHIResourceLifetimeReleaseRef
(
FRHICommandListImmediate & RHICmdList,
int32 NumRefs
)