NGFX_FrameBoundary_D3D12_Params_V1#
-
struct NGFX_FrameBoundary_D3D12_Params_V1#
Parameters for delimiting a D3D12 frame.
Optionally provides information on the associated command queue and output resources that may be used by the activity as a hint for resources of interest.
Public Members
-
uint32_t version#
Used for versioning; must be assigned a value of NGFX_FrameBoundary_D3D12_Params_VER.
-
ID3D12CommandQueue *commandQueue#
The command queue associated with the end of frame operation.
-
NGFX_ResourceDescription_D3D12 *outputResources#
Array of output resources of interest.
-
int numOutputResources#
Number of output resources in the array.
-
uint32_t version#