cod5-sdk/deffiles/materials/alphatest.template

14 lines
180 B
Plaintext
Raw Permalink Normal View History

2008-11-20 00:00:00 +00:00
#if "@alphaTest@" == "Always"
alphaTest( Always );
#elif "@alphaTest@" == "GE128"
alphaTest( GE128 );
#else
#error "unknown alphaTest \"@alphaTest@\""
#endif