disabled lines for DebugContext added
This commit is contained in:
parent
3bcba6faaf
commit
c7383a5e31
@ -192,6 +192,10 @@ QskWindow::QskWindow( QWindow* parent )
|
|||||||
{
|
{
|
||||||
QSurfaceFormat fmt = format();
|
QSurfaceFormat fmt = format();
|
||||||
fmt.setSamples( 4 );
|
fmt.setSamples( 4 );
|
||||||
|
#if 0
|
||||||
|
// for QOpenGLDebugLogger
|
||||||
|
fmt.setOption( QSurfaceFormat::DebugContext );
|
||||||
|
#endif
|
||||||
setFormat( fmt );
|
setFormat( fmt );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user