NvFlowContextDescD3D12 Struct Reference
[NvFlowContextD3D12]

#include <NvFlowContextD3D12.h>


Data Fields

ID3D12GraphicsCommandList * commandList
 The commandlist for recording.
ID3D12CommandQueue * commandQueue
 The commandQueue commandList will be submit on.
ID3D12Fence * commandQueueFence
 Fence marking events on this queue.
ID3D12Device * device
 The desired d3d12 device to use.
NvFlowDynamicDescriptorHeapD3D12 dynamicHeapCbvSrvUav
 Optional interface to share app descriptor heap with Flow.
UINT64 lastFenceCompleted
 The last fence completed on commandQueue.
UINT64 nextFenceValue
 The fence value signaled after commandList is submitted.


Field Documentation

ID3D12GraphicsCommandList* NvFlowContextDescD3D12::commandList

The commandlist for recording.

The commandQueue commandList will be submit on.

Fence marking events on this queue.

The desired d3d12 device to use.

Optional interface to share app descriptor heap with Flow.

The last fence completed on commandQueue.

The fence value signaled after commandList is submitted.


The documentation for this struct was generated from the following file: