示例#1
0
void OpenGLWindowRenderer::paintGL()
{
    onPaintGL();
}
示例#2
0
void OpenGLWidgetRenderer::paintGL()
{
    onPaintGL();
}