Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2 KB

ns-d3d10umddi-d3d10_ddi_viewport.md

File metadata and controls

78 lines (59 loc) · 2 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3d10umddi.D3D10_DDI_VIEWPORT
D3D10_DDI_VIEWPORT (d3d10umddi.h)
The D3D10_DDI_VIEWPORT structure describes a viewport.
display\d3d10_ddi_viewport.htm
05/10/2018
D3D10_DDI_VIEWPORT structure
D3D10_DDI_VIEWPORT, D3D10_DDI_VIEWPORT structure [Display Devices], UMDisplayDriver_Dx10param_Structs_820ac08a-01a2-4e47-8573-aedf3c3769e1.xml, d3d10umddi/D3D10_DDI_VIEWPORT, display.d3d10_ddi_viewport
d3d10umddi.h
D3d10umddi.h
Windows
Available in Windows Vista and later versions of the Windows operating systems.
Windows
display
D3D10_DDI_VIEWPORT
D3D10_DDI_VIEWPORT
d3d10umddi/D3D10_DDI_VIEWPORT
APIRef
kbSyntax
HeaderDef
d3d10umddi.h
D3D10_DDI_VIEWPORT

D3D10_DDI_VIEWPORT structure

-description

The D3D10_DDI_VIEWPORT structure describes a viewport.

-struct-fields

-field TopLeftX [in]

A single-precision float vector for the top-left x-coordinate of the viewport.

-field TopLeftY [in]

A single-precision float vector for the top-left y-coordinate of the viewport.

-field Width

  [in] A single-precision float vector for the width of the viewport.

-field Height [in]

A single-precision float vector for the height of the viewport.

-field MinDepth [in]

A single-precision float vector for the minimum depth of the viewport.

-field MaxDepth [in]

A single-precision float vector for the maximum depth of the viewport.

-see-also

SetViewports