Specifies the available numbers of samples for multisample anti-aliasing (MSAA). More...
Public Member Functions | |
MultisampleCount (int value) | |
Constructs a MultisampleCount of an integer value. More... | |
MultisampleCount (MultisampleCount enum_) | |
Constructs a copy of a MultisampleCount object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static MultisampleCount | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
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).
MultisampleCount | ( | int | value | ) |
Constructs a MultisampleCount of an integer value.
value | Integer value to convert to enumeration constant. |
MultisampleCount | ( | MultisampleCount | enum_ | ) |
Constructs a copy of a MultisampleCount object.
enum_ | MultisampleCount to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |
NoMSAA =(1) |
Single sample.
Disables MSAA.