|
Mir
|
Interface for customizing aspects of the GL config used by the server. More...
#include <gl_config.h>

Public Member Functions | |
| virtual | ~GLConfig ()=default |
| virtual int | depth_buffer_bits () const =0 |
| Gets the bits to use for each pixel in the depth buffer. More... | |
| virtual int | stencil_buffer_bits () const =0 |
| Gets the bits to use for each pixel in the stencil buffer. More... | |
Protected Member Functions | |
| GLConfig ()=default | |
| GLConfig (GLConfig const &)=delete | |
| GLConfig & | operator= (GLConfig const &)=delete |
Interface for customizing aspects of the GL config used by the server.
|
virtualdefault |
|
protecteddefault |
|
protecteddelete |
|
pure virtual |
Gets the bits to use for each pixel in the depth buffer.
Implemented in mir::test::doubles::StubGLConfig.
|
pure virtual |
Gets the bits to use for each pixel in the stencil buffer.
Implemented in mir::test::doubles::StubGLConfig.
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Apr 11 21:14:53 UTC 2014