PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dxgsg9base.h"
#include "configVariableBool.h"
#include "configVariableInt.h"
#include "configVariableDouble.h"
Go to the source code of this file.
Functions | |
EXPCL_PANDADX void | init_libdxgsg9 () |
Initializes the library. More... | |
NotifyCategoryDecl (dxgsg9, EXPCL_PANDADX, EXPTP_PANDADX) | |
NotifyCategoryDecl (wdxdisplay9, EXPCL_PANDADX, EXPTP_PANDADX) | |
Variables | |
ConfigVariableBool | dx_broken_depth_bias |
ConfigVariableBool | dx_broken_max_index |
ConfigVariableBool | dx_count_all_cards_memory |
ConfigVariableDouble | dx_depth_bias_scale |
ConfigVariableBool | dx_disable_driver_management |
ConfigVariableBool | dx_disable_driver_management_ex |
ConfigVariableBool | dx_do_vidmemsize_check |
ConfigVariableBool | dx_force_16bpp_zbuffer |
ConfigVariableBool | dx_force_anisotropic_filtering |
ConfigVariableInt | dx_force_backface_culling |
ConfigVariableBool | dx_full_screen_antialiasing |
ConfigVariableBool | dx_ignore_mipmaps |
ConfigVariableBool | dx_intel_compressed_texture_bug |
ConfigVariableBool | dx_lru_debug |
ConfigVariableInt | dx_lru_debug_frames_til_output |
ConfigVariableBool | dx_lru_debug_textures |
ConfigVariableBool | dx_lru_debug_vertex_buffers |
ConfigVariableInt | dx_lru_free_memory_requirement |
ConfigVariableBool | dx_lru_management |
ConfigVariableInt | dx_lru_maximum_memory_requirement |
ConfigVariableInt | dx_lru_maximum_page_updates_per_frame |
ConfigVariableInt | dx_lru_maximum_pages |
ConfigVariableInt | dx_lru_minimum_memory_requirement |
ConfigVariableBool | dx_management |
ConfigVariableBool | dx_mipmap_everything |
ConfigVariableBool | dx_no_dithering |
ConfigVariableBool | dx_no_vertex_fog |
ConfigVariableInt | dx_preferred_device_id |
ConfigVariableBool | dx_preserve_fpu_state |
ConfigVariableBool | dx_show_cursor_watermark |
ConfigVariableBool | dx_show_transforms |
ConfigVariableBool | dx_texture_management |
ConfigVariableBool | dx_use_dynamic_textures |
ConfigVariableBool | dx_use_multithread |
ConfigVariableBool | dx_use_nvperfhud |
ConfigVariableBool | dx_use_puredevice |
ConfigVariableBool | dx_use_rangebased_fog |
ConfigVariableBool | dx_use_triangle_mipgen_filter |
ConfigVariableBool | link_tristrips |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file config_dxgsg9.h.
EXPCL_PANDADX void init_libdxgsg9 | ( | ) |
Initializes the library.
This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.
Definition at line 246 of file config_dxgsg9.cxx.
References GraphicsPipeSelection::add_pipe_type(), PandaSystem::add_system(), GraphicsPipeSelection::get_global_ptr(), and PandaSystem::get_global_ptr().
Referenced by init_libpandadx9().