| 869 | } |
| 870 | |
| 871 | void Rasterizer::SetLight( const fixed16_t light ) |
| 872 | { |
| 873 | light_= light; |
| 874 | } |
| 875 | |
| 876 | void Rasterizer::DrawFullscreenBlend( |
| 877 | const unsigned char* color_components, const unsigned char alpha ) |
no outgoing calls
no test coverage detected