![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <D3D12RHICommon.h>
Public Member Functions | |
| TD3D12DualLinkedObjectIterator (FD3D12LinkedAdapterObject< typename ObjectType0::LinkedObjectType > *InObject0, FD3D12LinkedAdapterObject< typename ObjectType1::LinkedObjectType > *InObject1) | |
| TD3D12DualLinkedObjectIterator & | operator++ () |
| operator bool () const | |
| bool | operator! () const |
| ObjectType0 * | GetFirst () const |
| ObjectType1 * | GetSecond () const |
| uint32 | GetGPUIndex () const |
Utility for iterating over a pair of FD3D12LinkedAdapterObjects. The linked objects must have identical GPU masks. Useful for copying data from one object list to another and for updating resource views.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |