Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.42 KB

ne-d3d12-d3d12_static_border_color.md

File metadata and controls

75 lines (60 loc) · 2.42 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:d3d12.D3D12_STATIC_BORDER_COLOR
D3D12_STATIC_BORDER_COLOR (d3d12.h)
Specifies the border color for a static sampler.
D3D12_STATIC_BORDER_COLOR
D3D12_STATIC_BORDER_COLOR enumeration
D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK
D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE
D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK
d3d12/D3D12_STATIC_BORDER_COLOR
d3d12/D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK
d3d12/D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE
d3d12/D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK
direct3d12.d3d12_static_border_color
direct3d12\d3d12_static_border_color.htm
direct3d12
E5D3E447-F1C7-4AAF-B9AB-829C33622E34
12/05/2018
D3D12_STATIC_BORDER_COLOR, D3D12_STATIC_BORDER_COLOR enumeration, D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK, D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE, D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK, d3d12/D3D12_STATIC_BORDER_COLOR, d3d12/D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK, d3d12/D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE, d3d12/D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK, direct3d12.d3d12_static_border_color
d3d12.h
Windows
Windows
D3D12_STATIC_BORDER_COLOR
19H1
D3D12_STATIC_BORDER_COLOR
d3d12/D3D12_STATIC_BORDER_COLOR
c++
APIRef
kbSyntax
HeaderDef
D3D12.h
D3D12_STATIC_BORDER_COLOR

D3D12_STATIC_BORDER_COLOR enumeration

-description

Specifies the border color for a static sampler.

-enum-fields

-field D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK:0

Indicates black, with the alpha component as fully transparent.

-field D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK

Indicates black, with the alpha component as fully opaque.

-field D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE

Indicates white, with the alpha component as fully opaque.

-remarks

This enum is used by the D3D12_STATIC_SAMPLER_DESC structure.

-see-also

Core Enumerations