| Gwork: 0.3.0Dev |
Default resource loader for software renderer. More...
#include <Software.h>
Public Member Functions | |
| SoftwareResourceLoader (ResourcePaths &paths) | |
| Font::Status | LoadFont (Font &font) override |
| void | FreeFont (Font &font) override |
| Texture::Status | LoadTexture (Texture &texture) override |
| void | FreeTexture (Texture &texture) override |
Public Member Functions inherited from Gwk::ResourceLoader | |
| virtual void | Notify (NotificationType msg) |
Additional Inherited Members | |
Public Types inherited from Gwk::ResourceLoader | |
| enum | NotificationType { NotificationType::DeviceLost, NotificationType::DeviceAcquired, NotificationType::ReleaseResources, MaxMessages, UserMessageStart = 100 } |
| Types of notification that the loader might want to know about. More... | |
Default resource loader for software renderer.