OpenMW
|
#include "myguirendermanager.hpp"
#include <stdexcept>
#include <MyGUI_Gui.h>
#include <MyGUI_Timer.h>
#include <osg/Drawable>
#include <osg/BlendFunc>
#include <osg/Texture2D>
#include <osg/TexMat>
#include <osgViewer/Viewer>
#include <osgGA/GUIEventHandler>
#include <components/resource/imagemanager.hpp>
#include "myguitexture.hpp"
Classes | |
class | osgMyGUI::Drawable |
class | osgMyGUI::Drawable::FrameUpdate |
class | osgMyGUI::Drawable::CollectDrawCalls |
struct | osgMyGUI::Drawable::Batch |
class | osgMyGUI::OSGVertexBuffer |
Namespaces | |
osgMyGUI | |
Macros | |
#define | MYGUI_PLATFORM_LOG_SECTION "Platform" |
#define | MYGUI_PLATFORM_LOG(level, text) MYGUI_LOGGING(MYGUI_PLATFORM_LOG_SECTION, level, text) |
#define | MYGUI_PLATFORM_EXCEPT(dest) |
#define | MYGUI_PLATFORM_ASSERT(exp, dest) |
#define MYGUI_PLATFORM_ASSERT | ( | exp, | |
dest | |||
) |
#define MYGUI_PLATFORM_EXCEPT | ( | dest | ) |
#define MYGUI_PLATFORM_LOG | ( | level, | |
text | |||
) | MYGUI_LOGGING(MYGUI_PLATFORM_LOG_SECTION, level, text) |
#define MYGUI_PLATFORM_LOG_SECTION "Platform" |