D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW - NtDoc

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

typedef struct D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW {
  D3D10DDI_HRESOURCE             hDrvResource;
  D3D11_1DDI_HVIDEOPROCESSORENUM hDrvVideoProcessorEnum;
  UINT                           MipSlice;
  UINT                           FirstArraySlice;
  UINT                           ArraySize;
} D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddiarg_createvideoprocessoroutputview)

D3D11_1DDIARG_CREATEVIDEOPROCESSOROUTPUTVIEW structure

Description

Describes the video processor's output view.

Members

hDrvResource

A handle to the video decoder output resource.

hDrvVideoProcessorEnum

A handle to the video processor enumeration.

MipSlice

The identifier of the MIP-map slice.

FirstArraySlice

The identifier of the first array slice.

ArraySize

The number of array slices for the texture.

See also

D3D11_1DDIARG_CREATEVIDEOPROCESSORINPUTVIEW