cod4-sdk/deffiles/materials/alphatest.template
2008-01-19 00:00:00 +00:00

13 lines
180 B
Text

#if "@alphaTest@" == "Always"
alphaTest( Always );
#elif "@alphaTest@" == "GE128"
alphaTest( GE128 );
#else
#error "unknown alphaTest \"@alphaTest@\""
#endif