#include "config_display.h"#include "graphicsStateGuardian.h"#include "savedFrameBuffer.h"#include "graphicsPipe.h"#include "graphicsWindow.h"#include "graphicsChannel.h"#include "graphicsLayer.h"#include "hardwareChannel.h"#include "textureContext.h"#include "geomNodeContext.h"#include "geomContext.h"Go to the source code of this file.
| Functions | |
| ConfigureDef (config_display) | |
| NotifyCategoryDef (display,"") | |
| NotifyCategoryDef (gsg, display_cat) | |
| ConfigureFn (config_display) | |
| void | init_libdisplay () | 
| Variables | |
| const bool | view_frustum_cull = config_display.GetBool("view-frustum-cull", true) | 
| const bool | pstats_unused_states = config_display.GetBool("pstats-unused-states", false) | 
| const string | threading_model = config_display.GetString("threading-model", "") | 
| const bool | auto_flip = config_display.GetBool("auto-flip", true) | 
| 
 | 
| 
 | 
| 
 | 
| 
 Definition at line 36 of file config_display.cxx. References init_libdisplay(). | 
| 
 | 
| 
 Definition at line 86 of file config_display.cxx. References GraphicsStateGuardian::init_type(), SavedFrameBuffer::init_type(), GraphicsPipe::init_type(), GraphicsWindow::init_type(), GraphicsChannel::init_type(), GraphicsLayer::init_type(), HardwareChannel::init_type(), TextureContext::init_type(), GeomNodeContext::init_type(), and GeomContext::init_type(). Referenced by ConfigureFn(), and init_libpanda(). | 
| 
 | ||||||||||||
| 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 Definition at line 64 of file config_display.cxx. | 
| 
 | 
| 
 Definition at line 47 of file config_display.cxx. | 
| 
 | 
| 
 Definition at line 58 of file config_display.cxx. Referenced by GraphicsEngine::make_window(), PT(), and GraphicsEngine::set_threading_model(). | 
| 
 | 
| 
 Definition at line 42 of file config_display.cxx. | 
 1.3
1.3