| 6 | #include "ColorTheme.h" |
| 7 | |
| 8 | MeterContext::MeterContext(MeterCanvas *canvas, wxGLContext *sharedContext, wxGLContextAttrs *ctxAttrs) : |
| 9 | PrimaryGLContext(canvas, sharedContext, ctxAttrs) { |
| 10 | } |
| 11 | |
| 12 | void MeterContext::DrawBegin() { |
| 13 | glDisable(GL_CULL_FACE); |
nothing calls this directly
no outgoing calls
no test coverage detected