IADLX3DAntiAliasing
The IADLX3DAntiAliasing interface configures the anti-aliasing settings of a GPU.
InterfaceId: |
IADLX3DAntiAliasing |
Smart Pointer Interface Name: |
IADLX3DAntiAliasingPtr |
Inherits: |
|
Inherited By: |
N/A |
Anti-aliasing improves image quality by smoothing jagged edges at the cost of some performance.
Methods
Method |
Description |
---|---|
Gets the current anti-aliasing level of a GPU. |
|
Gets the current anti-aliasing method of a GPU. |
|
Gets the current anti-aliasing mode of a GPU. |
|
Checks if anti-aliasing is supported on a GPU. |
|
Sets the anti-aliasing level on a GPU. |
|
Sets the anti-aliasing method on a GPU. |
|
Sets the anti-aliasing mode on a GPU. |
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the AntiAliasing C++ sample .
For a C application, refer to the AntiAliasing C sample .