Specifies the available numbers of samples for multisample anti-aliasing (MSAA). More...
Public Member Functions | |
| MultisampleCount (int mValue) | |
| MultisampleCount (MultisampleCount enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static MultisampleCount | swigToEnum (int swigValue) |
| static MultisampleCount | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| MSAAx16 =(16) | |
| MSAA with 16 samples. | |
| MSAAx2 =(2) | |
| MSAA with 2 samples. | |
| MSAAx32 =(32) | |
| MSAA with 32 samples. | |
| MSAAx4 =(4) | |
| MSAA with 4 samples. | |
| MSAAx8 =(8) | |
| MSAA with 8 samples. | |
| NoMSAA =(1) | |
| Single sample. More... | |
Specifies the available numbers of samples for multisample anti-aliasing (MSAA).
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| NoMSAA =(1) |
Single sample.
Disables MSAA.