MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / MeterContext

Method MeterContext

src/visual/MeterContext.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "ColorTheme.h"
7
8MeterContext::MeterContext(MeterCanvas *canvas, wxGLContext *sharedContext, wxGLContextAttrs *ctxAttrs) :
9 PrimaryGLContext(canvas, sharedContext, ctxAttrs) {
10}
11
12void MeterContext::DrawBegin() {
13 glDisable(GL_CULL_FACE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected