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