Direct3DMultisampleDescription Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is a Windows Runtime equivalent of the Desktop DXGI_SAMPLE_DESC structure.
public value class Direct3DMultisampleDescription
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct Direct3DMultisampleDescription
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct Direct3DMultisampleDescription
var direct3DMultisampleDescription = {
count : /* Your value */,
quality : /* Your value */
}
Public Structure Direct3DMultisampleDescription
- Inheritance
-
Direct3DMultisampleDescription
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Count |
The number of multisamples per pixel. |
Quality |
The image quality level. The higher the quality, the lower the performance. |