| 538 | inline F32 getBlendAlpha( void ) const { return mBlendColor.alpha; } |
| 539 | inline void setAlphaTest( const F32 alpha ) { mAlphaTest = alpha; } |
| 540 | inline F32 getAlphaTest( void ) const { return mAlphaTest; } |
| 541 | void setBlendOptions( void ); |
| 542 | static void resetBlendOptions( void ); |
| 543 |
no outgoing calls
no test coverage detected