Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 1.97 KB

ne-d3d11-d3d11_fill_mode.md

File metadata and controls

71 lines (58 loc) · 1.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:d3d11.D3D11_FILL_MODE
D3D11_FILL_MODE (d3d11.h)
Determines the fill mode to use when rendering triangles. (D3D11_FILL_MODE)
D3D11_FILL_MODE
D3D11_FILL_MODE enumeration [Direct3D 11]
D3D11_FILL_SOLID
D3D11_FILL_WIREFRAME
d3d11/D3D11_FILL_MODE
d3d11/D3D11_FILL_SOLID
d3d11/D3D11_FILL_WIREFRAME
d7c0d124-b654-14ba-20c5-ab454511f4d2
direct3d11.d3d11_fill_mode
direct3d11\d3d11_fill_mode.htm
direct3d11
853a7df5-4740-40dd-9188-2b399f3aae68
12/05/2018
D3D11_FILL_MODE, D3D11_FILL_MODE enumeration [Direct3D 11], D3D11_FILL_SOLID, D3D11_FILL_WIREFRAME, d3d11/D3D11_FILL_MODE, d3d11/D3D11_FILL_SOLID, d3d11/D3D11_FILL_WIREFRAME, d7c0d124-b654-14ba-20c5-ab454511f4d2, direct3d11.d3d11_fill_mode
d3d11.h
Windows
Windows
D3D11_FILL_MODE
19H1
D3D11_FILL_MODE
d3d11/D3D11_FILL_MODE
c++
APIRef
kbSyntax
HeaderDef
D3D11.h
D3D11_FILL_MODE

D3D11_FILL_MODE enumeration

-description

Determines the fill mode to use when rendering triangles.

-enum-fields

-field D3D11_FILL_WIREFRAME:2

Draw lines connecting the vertices. Adjacent vertices are not drawn.

-field D3D11_FILL_SOLID:3

Fill the triangles formed by the vertices. Adjacent vertices are not drawn.

-remarks

This enumeration is part of a rasterizer-state object description (see D3D11_RASTERIZER_DESC).

-see-also

Core Enumerations