19 #include <osg/Referenced>
21 #include <boost/thread.hpp>
48 virtual const std::string& loadShaderSource(
const std::string& strFileName,
bool logWarning =
true)
const;
51 virtual void PreReloadShaders(
void);
54 virtual void PostReloadShaders(
void);
static const std::string theEmptyString
Definition: DtOsgShaderFilesCache.h:62
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
std::map< std::string, std::string > MapStringToString
Definition: DtCommonTypes.h:24
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
class for holding loader shader files, so that they are not repeatedly loaded from disk ...
Definition: DtOsgShaderFilesCache.h:27
boost::mutex myMutex
Definition: DtOsgShaderFilesCache.h:70
Contains makVrv::DtVirtualBaseClass class.
DtDe & myDe
Definition: DtOsgShaderFilesCache.h:68
OpenThreads::Mutex Mutex
Definition: DtOsgThreadingUtils.h:12
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
MapStringToString myMutableShaderFilesCache
Definition: DtOsgShaderFilesCache.h:65
OpenThreads::Mutex myShaderFilesCacheMutex
Definition: DtOsgShaderFilesCache.h:66