Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
QSurfaceFormat Canvas::format() const
64
{
65
if (!m_context)
66
return QSurfaceFormat();
67
68
return m_context->format();
69
}
70
71
void Canvas::setContinuousRepaint(
72
bool enable
Callers
nothing calls this directly
Calls
1
QSurfaceFormat
Class · 0.70
Tested by
no test coverage detected