![]() |
Public API Reference |
![]() |
Alpha test options. More...
#include <ivideo/rendermesh.h>
Public Attributes | |
AlphaTestFunction | func |
Comparison between source pixel alpha and threshold value. | |
float | threshold |
Threshold value the source pixel alpha is compared against. |
Alpha test options.
These options take effect if:
Definition at line 129 of file rendermesh.h.
Comparison between source pixel alpha and threshold value.
Default atfGreaterEqual
Definition at line 140 of file rendermesh.h.
Threshold value the source pixel alpha is compared against.
Default is 0.5
Definition at line 135 of file rendermesh.h.