MCPcopy Create free account
hub / github.com/cginternals/glbinding / format

Method format

source/examples/cubescape-qt-gl/Canvas.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63QSurfaceFormat Canvas::format() const
64{
65 if (!m_context)
66 return QSurfaceFormat();
67
68 return m_context->format();
69}
70
71void Canvas::setContinuousRepaint(
72 bool enable

Callers

nothing calls this directly

Calls 1

QSurfaceFormatClass · 0.70

Tested by

no test coverage detected