D3D12_STATIC_BORDER_COLOR enumeration (d3d12.h)
Specifies the border color for a static sampler.
Syntax
typedef enum D3D12_STATIC_BORDER_COLOR {
D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACK = 0,
D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACK,
D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITE
} ;
Constants
D3D12_STATIC_BORDER_COLOR_TRANSPARENT_BLACKValue: 0 Indicates black, with the alpha component as fully transparent. |
D3D12_STATIC_BORDER_COLOR_OPAQUE_BLACKIndicates black, with the alpha component as fully opaque. |
D3D12_STATIC_BORDER_COLOR_OPAQUE_WHITEIndicates white, with the alpha component as fully opaque. |
Remarks
This enum is used by the D3D12_STATIC_SAMPLER_DESC structure.
Requirements
| Header | d3d12.h |