Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHITransientAllocationFences
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Contains
(
const FRHITransientAllocationFences& Discard, |
Returns whether two regions described by the discard and acquire fences contain each other. If they do, that means the memory would being used by both pipes simultaneously and cannot be aliased. | RHITransientResourceAllocator.h | |
static bool Contains
(
TInterval< uint32 > Interval, |
RHITransientResourceAllocator.h |
Contains(const FRHITransientAllocationFences &, const FRHITransientAllocationFences &)
Description
Returns whether two regions described by the discard and acquire fences contain each other. If they do, that means the memory would being used by both pipes simultaneously and cannot be aliased.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include Path | #include "RHITransientResourceAllocator.h" |
static bool Contains
(
const FRHITransientAllocationFences & Discard,
const FRHITransientAllocationFences & Acquire
)
Contains(TInterval< uint32 >, uint32)
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHITransientResourceAllocator.h |
| Include Path | #include "RHITransientResourceAllocator.h" |
static bool Contains
(
TInterval< uint32 > Interval,
uint32 Element
)