D3D12DDI_VIDEO_PROCESS_OUTPUT_STREAM_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_PROCESS_OUTPUT_STREAM_0020 {
  D3D12DDI_HRESOURCE hDrvTexture2D;
  UINT               Subresource;
} D3D12DDI_VIDEO_PROCESS_OUTPUT_STREAM_0020;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_process_output_stream_0020)

D3D12DDI_VIDEO_PROCESS_OUTPUT_STREAM_0020 structure

Description

The output stream for video processing commands, which points to a target surface.

Members

hDrvTexture2D

The output surfaces for the video process command.

Subresource

The subresource indexes to use with the associated hDrvTexture2D member.

See also

D3D12DDIARG_VIDEO_PROCESS_OUTPUT_STREAM_ARGUMENTS_0032

PFND3D12DDI_VIDEO_PROCESS_FRAME_0043