| 149 | |
| 150 | |
| 151 | static INLINE int DrawingToFront(void) |
| 152 | { |
| 153 | GLint drawbuf = GL_BACK; |
| 154 | backend::getIntegerv(GL_DRAW_BUFFER, &drawbuf); |
| 155 | return IS_FRONT(drawbuf); |
| 156 | } |
| 157 | |
| 158 | |
| 159 | static INLINE int DrawingToRight(void) |
no test coverage detected