_ZN10QGLContext8setValidEb

Name

QGLContext::setValid -- set validity of the GL rendering context

Synopsis

#include <QtOpenGL/qgl.h>

void QGLContext::setValid (bool valid);

Description

The QGLContext::setValid() function shall set validity of the GL rendering context to validity (i.e. force the context to be either valid or not valid).

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.