#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 () |
Initializes the library. | |
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 in file config_crgsg.cxx.
|
|
|
Definition at line 102 of file config_crgsg.cxx. References cr_decal_type, and parse_decal_type(). |
|
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 122 of file config_crgsg.cxx. |
|
|
|
Definition at line 90 of file config_crgsg.cxx. |
|
Definition at line 69 of file config_crgsg.cxx. |
|
Definition at line 40 of file config_crgsg.cxx. |
|
Definition at line 45 of file config_crgsg.cxx. |
|
Definition at line 87 of file config_crgsg.cxx. Referenced by ConfigureFn(). |
|
Definition at line 74 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::bind_light(). |
|
Definition at line 53 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::bind_texture(). |
|
Definition at line 49 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::bind_texture(). |
|
Definition at line 61 of file config_crgsg.cxx. |
|
Definition at line 57 of file config_crgsg.cxx. |
|
Definition at line 36 of file config_crgsg.cxx. |
|
Definition at line 84 of file config_crgsg.cxx. Referenced by CRGraphicsStateGuardian::apply_texture_immediate(), CRGraphicsStateGuardian::set_read_buffer(), and uchar_bgra_to_rgba(). |