#include "config_crgsg.h"
#include "crGraphicsStateGuardian.h"
#include "crSavedFrameBuffer.h"
#include "crTextureContext.h"
#include "crGeomNodeContext.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
Configure (config_crgsg) | |
NotifyCategoryDef (crgsg,":display:gsg") | |
CRDecalType | parse_decal_type (const string &type) |
ConfigureFn (config_crgsg) | |
void | init_libcrgsg () |
Variables | |
bool | cr_show_transforms = config_crgsg.GetBool("cr-show-transforms", false) |
bool | cr_cheap_textures = config_crgsg.GetBool("cr-cheap-textures", false) |
bool | cr_cull_traversal = config_crgsg.GetBool("cr-cull-traversal", true) |
bool | cr_ignore_mipmaps = config_crgsg.GetBool("cr-ignore-mipmaps", false) |
bool | cr_force_mipmaps = config_crgsg.GetBool("cr-force-mipmaps", false) |
bool | cr_show_mipmaps = config_crgsg.GetBool("cr-show-mipmaps", false) |
bool | cr_save_mipmaps = config_crgsg.GetBool("cr-save-mipmaps", false) |
bool | cr_auto_normalize_lighting = config_crgsg.GetBool("auto-normalize-lighting", false) |
bool | cr_depth_offset_decals = config_crgsg.GetBool("depth-offset-decals", false) |
bool | cr_supports_bgr = false |
CRDecalType | cr_decal_type = GDT_offset |
|
|
|
Definition at line 99 of file config_crgsg.cxx. References init_libcrgsg(). |
|
Definition at line 112 of file config_crgsg.cxx. References cr_decal_type, CRGraphicsStateGuardian::get_class_type(), CRGraphicsStateGuardian::init_type(), CRSavedFrameBuffer::init_type(), CRTextureContext::init_type(), CRGeomNodeContext::init_type(), CRGraphicsStateGuardian::make_GlGraphicsStateGuardian(), and parse_decal_type(). Referenced by ConfigureFn(), and init_libpandacr(). |
|
|
|
Definition at line 87 of file config_crgsg.cxx. References GDT_blend, GDT_mask, GDT_offset, and type. |
|
Definition at line 66 of file config_crgsg.cxx. |
|
Definition at line 37 of file config_crgsg.cxx. |
|
Definition at line 42 of file config_crgsg.cxx. |
|
Definition at line 84 of file config_crgsg.cxx. Referenced by init_libcrgsg(). |
|
Definition at line 71 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::depth_offset_decals(). |
|
Definition at line 50 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::apply_texture_immediate(). |
|
Definition at line 46 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::apply_texture_immediate(). |
|
Definition at line 58 of file config_crgsg.cxx. |
|
Definition at line 54 of file config_crgsg.cxx. |
|
Definition at line 33 of file config_crgsg.cxx. |
|
Definition at line 81 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::apply_texture_immediate(), and CRGraphicsStateGuardian::get_external_image_format(). |