*** empty log message ***
This commit is contained in:
parent
46f3d4120b
commit
14a82e4f5c
|
|
@ -20,10 +20,6 @@ bool dx_show_transforms = config_dxgsg.GetBool("dx-show-transforms", false);
|
|||
// If false, it will just blit into a window.
|
||||
bool dx_full_screen = config_dxgsg.GetBool("dx-full-screen", false);
|
||||
|
||||
// Configure this true to glHint the textures into the cheapest
|
||||
// possible mode. (this does nothing in dx currently)
|
||||
bool dx_cheap_textures = config_dxgsg.GetBool("dx-cheap-textures", false);
|
||||
|
||||
// Configure this true to perform a cull traversal over the geometry
|
||||
// by default, false otherwise. The cull traversal provides support
|
||||
// for state-sorting, z-sorting, and binning.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ NotifyCategoryDecl(dxgsg, EXPCL_PANDADX, EXPTP_PANDADX);
|
|||
|
||||
extern bool dx_show_transforms;
|
||||
extern bool dx_full_screen;
|
||||
extern bool dx_cheap_textures;
|
||||
extern bool dx_cull_traversal;
|
||||
extern bool dx_ignore_mipmaps;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue