funzione CD3D11_RASTERIZER_DESC::CD3D11_RASTERIZER_DESC(constD3D11_RASTERIZER_DESC&) (d3d11.h)
Crea un'istanza di una nuova istanza di una struttura CD3D11_RASTERIZER_DESC inizializzata con una struttura D3D11_RASTERIZER_DESC .
Sintassi
void CD3D11_RASTERIZER_DESC(
const D3D11_RASTERIZER_DESC & o
);
Parametri
o
Indirizzo della struttura D3D11_RASTERIZER_DESC che inizializza la struttura D3D11_RASTERIZER_DESC .
Valore restituito
nessuno
Osservazioni
Ecco i valori predefiniti dello stato di rasterizzazione per i membri di D3D11_RASTERIZER_DESC:
FillMode = D3D11_FILL_SOLID;
CullMode = D3D11_CULL_BACK;
FrontCounterClockwise = FALSE;
DepthBias = D3D11_DEFAULT_DEPTH_BIAS;
DepthBiasClamp = D3D11_DEFAULT_DEPTH_BIAS_CLAMP;
SlopeScaledDepthBias = D3D11_DEFAULT_SLOPE_SCALED_DEPTH_BIAS;
DepthClipEnable = TRUE;
ScissorEnable = FALSE;
MultisampleEnable = FALSE;
AntialiasedLineEnable = FALSE;
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | d3d11.h |
Libreria | D3D11.lib |