fonction CD3D11_RASTERIZER_DESC::CD3D11_RASTERIZER_DESC(CD3D11_DEFAULT) (d3d11.h)
Instancie une nouvelle instance d’une structure CD3D11_RASTERIZER_DESC initialisée avec des valeurs d’état de rastériseur par défaut.
Syntaxe
void CD3D11_RASTERIZER_DESC(
CD3D11_DEFAULT unnamedParam1
);
Paramètres
unnamedParam1
Adresse de la structure D3D11_RASTERIZER_DESC qui initialise la structure CD3D11_RASTERIZER_DESC .
Valeur de retour
Aucune
Remarques
Voici les valeurs d’état rastériseur par défaut pour les membres de 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;
Configuration requise
Client minimal pris en charge | Windows 7 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | d3d11.h |
Bibliothèque | D3D11.lib |