D3DDDIMULTISAMPLE_TYPE Enumeration (d3dukmdt.h)
Die D3DDDIMULTISAMPLE_TYPE-Aufzählung definiert die Ebenen des Multisamplings im Vollbildmodus, die vom Gerät angewendet werden können.
Syntax
typedef enum _D3DDDIMULTISAMPLE_TYPE {
D3DDDIMULTISAMPLE_NONE,
D3DDDIMULTISAMPLE_NONMASKABLE,
D3DDDIMULTISAMPLE_2_SAMPLES,
D3DDDIMULTISAMPLE_3_SAMPLES,
D3DDDIMULTISAMPLE_4_SAMPLES,
D3DDDIMULTISAMPLE_5_SAMPLES,
D3DDDIMULTISAMPLE_6_SAMPLES,
D3DDDIMULTISAMPLE_7_SAMPLES,
D3DDDIMULTISAMPLE_8_SAMPLES,
D3DDDIMULTISAMPLE_9_SAMPLES,
D3DDDIMULTISAMPLE_10_SAMPLES,
D3DDDIMULTISAMPLE_11_SAMPLES,
D3DDDIMULTISAMPLE_12_SAMPLES,
D3DDDIMULTISAMPLE_13_SAMPLES,
D3DDDIMULTISAMPLE_14_SAMPLES,
D3DDDIMULTISAMPLE_15_SAMPLES,
D3DDDIMULTISAMPLE_16_SAMPLES,
D3DDDIMULTISAMPLE_FORCE_UINT
} D3DDDIMULTISAMPLE_TYPE;
Konstanten
D3DDDIMULTISAMPLE_NONE Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_NONMASKABLE Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_2_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_3_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_4_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_5_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_6_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_7_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_8_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_9_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_10_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_11_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_12_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_13_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_14_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_15_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_16_SAMPLES Die Ebene der verfügbaren Full-Scene-Multisampling.The level of full-scene multisampling available. |
D3DDDIMULTISAMPLE_FORCE_UINT Erzwingt die Kompilierung dieser Aufzählung zu einer Größe von 32 Bit. Ohne diesen Wert würden einige Compiler die Kompilierung auf eine andere Größe als 32 Bit zulassen. Dieser Wert wird nicht verwendet. |
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Verfügbar in Windows Vista und höheren Versionen der Windows-Betriebssysteme. |
Header- | d3dukmdt.h (include D3dukmdt.h) |