Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the number of supported video extension commands.
Syntax
typedef struct D3D12DDI_VIDEO_EXTENSION_COMMAND_COUNT_DATA_0063 {
[in] UINT NodeIndex;
[out] UINT CommandCount;
} D3D12DDI_VIDEO_EXTENSION_COMMAND_COUNT_DATA_0063;
Members
[in] NodeIndex
For single GPU operation, set this to zero. If there are multiple GPU nodes, set a bit to identify the node (the device's physical adapter) to which the command queue applies. Each bit in the mask corresponds to a single node. Only 1 bit may be set.
[out] CommandCount
The number of video extension commands supported.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3d12umddi.h |