| 53 | #endif |
| 54 | |
| 55 | static void init(void) |
| 56 | { |
| 57 | |
| 58 | glEnable (GL_BLEND); |
| 59 | glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); |
| 60 | /* |
| 61 | glShadeModel (GL_FLAT); |
| 62 | glClearColor (0.0, 0.0, 0.0, 0.0); |
| 63 | */ |
| 64 | } |
| 65 | |
| 66 | static void drawLeftTriangle(void) |
| 67 | { |
no outgoing calls
no test coverage detected