cod5-sdk/deffiles/materials/alphatest.template

14 lines
180 B
Plaintext

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