#include <pandabase.h>
#include <notifyCategoryProxy.h>
Go to the source code of this file.
Enumerations | |
enum | CRDecalType { GDT_mask, GDT_blend, GDT_offset } |
Functions | |
NotifyCategoryDecl (crgsg, EXPCL_PANDACR, EXPTP_PANDACR) | |
EXPCL_PANDACR void | init_libcrgsg () |
Initializes the library. | |
Variables | |
bool | cr_show_transforms |
bool | cr_cheap_textures |
bool | cr_cull_traversal |
bool | cr_ignore_mipmaps |
bool | cr_force_mipmaps |
bool | cr_show_mipmaps |
bool | cr_save_mipmaps |
bool | cr_auto_normalize_lighting |
bool | cr_depth_offset_decals |
bool | cr_supports_bgr |
CRDecalType | cr_decal_type |
Definition in file config_crgsg.h.
|
Definition at line 42 of file config_crgsg.h. |
|
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 37 of file config_crgsg.h. |
|
Definition at line 31 of file config_crgsg.h. |
|
Definition at line 32 of file config_crgsg.h. |
|
Definition at line 47 of file config_crgsg.h. Referenced by ConfigureFn(). |
|
Definition at line 38 of file config_crgsg.h. Referenced by CRGraphicsStateGuardian::bind_light(). |
|
Definition at line 34 of file config_crgsg.h. Referenced by CRGraphicsStateGuardian::bind_texture(). |
|
Definition at line 33 of file config_crgsg.h. Referenced by CRGraphicsStateGuardian::bind_texture(). |
|
Definition at line 36 of file config_crgsg.h. |
|
Definition at line 35 of file config_crgsg.h. |
|
Definition at line 30 of file config_crgsg.h. |
|
Definition at line 39 of file config_crgsg.h. Referenced by CRGraphicsStateGuardian::apply_texture_immediate(), CRGraphicsStateGuardian::set_read_buffer(), and uchar_bgra_to_rgba(). |