0.44.0
|
#include <igor/resources/iResourceManager.h>
#include <igor/resources/sound/iSoundFactory.h>
#include <igor/resources/texture/iTextureFactory.h>
#include <igor/resources/animation/iAnimationFactory.h>
#include <igor/resources/sprite/iSpriteFactory.h>
#include <igor/resources/model/iModelFactory.h>
#include <igor/resources/shader_material/iShaderMaterialFactory.h>
#include <igor/resources/material/iMaterialFactory.h>
#include <igor/resources/config/iConfigReader.h>
#include <igor/threading/iTaskManager.h>
#include <igor/resources/iResourceDictionary.h>
#include <iaux/system/iaFile.h>
#include <iaux/system/iaConsole.h>
#include <iomanip>
Namespaces | |
namespace | igor |
resource parameters texture unit 3 | |
Functions | |
static bool | igor::matchingFilename (iFactoryPtr factory, const iaString &filename) |
template<typename ParameterType > | |
void | igor::writeParam (const iParameters ¶meters, const iaString &key, std::wofstream &stream) |
static bool | igor::matchingType (iFactoryPtr factory, const iParameters ¶meters) |
IAUX_API std::wostream & | igor::operator<< (std::wostream &stream, iResourceManagerLoadMode mode) |
IGOR_API std::wostream & | igor::operator<< (std::wostream &stream, iResourceCacheMode cacheMode) |
Variables | |
static const iaString | igor::s_igorResourceDictionaryPath = "igor_resource_dictionary.xml" |