// d3dukmdt.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIMULTISAMPLE_TYPE enumeration defines the levels of full-scene multisampling that the device can apply.
D3DDDIMULTISAMPLE_NONEThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_NONMASKABLEThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_2_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_3_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_4_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_5_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_6_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_7_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_8_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_9_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_10_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_11_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_12_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_13_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_14_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_15_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_16_SAMPLESThe level of full-scene multisampling available.
D3DDDIMULTISAMPLE_FORCE_UINTForces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. This value is not used.