14 lines
180 B
Text
14 lines
180 B
Text
|
#if "@alphaTest@" == "Always"
|
||
|
|
||
|
alphaTest( Always );
|
||
|
|
||
|
#elif "@alphaTest@" == "GE128"
|
||
|
|
||
|
alphaTest( GE128 );
|
||
|
|
||
|
#else
|
||
|
|
||
|
#error "unknown alphaTest \"@alphaTest@\""
|
||
|
|
||
|
#endif
|