Panda3D
Functions | Variables
config_pipeline.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "dconfig.h"
#include "configVariableInt.h"
#include "configVariableBool.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_pipeline, EXPCL_PANDA_PIPELINE, EXPTP_PANDA_PIPELINE)
 
EXPCL_PANDA_PIPELINE void init_libpipeline ()
 Initializes the library. More...
 
 NotifyCategoryDecl (pipeline, EXPCL_PANDA_PIPELINE, EXPTP_PANDA_PIPELINE)
 
 NotifyCategoryDecl (thread, EXPCL_PANDA_PIPELINE, EXPTP_PANDA_PIPELINE)
 

Variables

ConfigVariableBool name_deleted_mutexes
 
EXPCL_PANDA_PIPELINE ConfigVariableBool support_threads
 
ConfigVariableInt thread_stack_size
 

Detailed Description

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."

Author
cary
Date
2000-01-04

Definition in file config_pipeline.h.

Function Documentation

◆ init_libpipeline()

EXPCL_PANDA_PIPELINE void init_libpipeline ( )

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 67 of file config_pipeline.cxx.

References PandaSystem::add_system(), and PandaSystem::get_global_ptr().