OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
Singleton that is used to propagate device state changed notifications. More...
#include <OgreVulkanDeviceResource.h>
Public Member Functions | |
void | notifyDeviceLost () |
void | notifyDeviceRestored () |
void | notifyResourceCreated (VulkanDeviceResource *deviceResource) |
void | notifyResourceDestroyed (VulkanDeviceResource *deviceResource) |
Static Public Member Functions | |
static VulkanDeviceResourceManager * | get () |
Singleton that is used to propagate device state changed notifications.
This class is intended to be used as protected base.
|
static |
void Ogre::VulkanDeviceResourceManager::notifyDeviceLost | ( | ) |
void Ogre::VulkanDeviceResourceManager::notifyDeviceRestored | ( | ) |
void Ogre::VulkanDeviceResourceManager::notifyResourceCreated | ( | VulkanDeviceResource * | deviceResource | ) |
void Ogre::VulkanDeviceResourceManager::notifyResourceDestroyed | ( | VulkanDeviceResource * | deviceResource | ) |