![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
#include <OgreVulkanSupport.h>
Public Member Functions | |
VulkanSupport () | |
virtual | ~VulkanSupport () |
virtual void | addConfig (VulkanRenderSystem *renderSystem) |
Add any special config values to the system. | |
ConfigOptionMap & | getConfigOptions (VulkanRenderSystem *renderSystem) |
virtual unsigned int | getDisplayMonitorCount () const |
Gets the number of display monitors. | |
virtual IdString | getInterfaceName () const |
virtual String | getInterfaceNameStr () const |
uint32 | getSelectedDeviceIdx (void) const |
bool | isSupported () const |
virtual void | setConfigOption (const String &name, const String &value) |
void | setSupported () |
virtual String | validateConfigOptions (void) |
|
inline |
|
inlinevirtual |
|
virtual |
Add any special config values to the system.
Must have a "Full Screen" value that is a bool and a "Video Mode" value that is a string in the form of wxh
Reimplemented in Ogre::VulkanAndroidSupport, Ogre::VulkanWin32Support, and Ogre::VulkanXcbSupport.
ConfigOptionMap & Ogre::VulkanSupport::getConfigOptions | ( | VulkanRenderSystem * | renderSystem | ) |
Gets the number of display monitors.
Reimplemented in Ogre::VulkanAndroidSupport, Ogre::VulkanWin32Support, and Ogre::VulkanXcbSupport.
Reimplemented in Ogre::VulkanAndroidSupport, Ogre::VulkanWin32Support, and Ogre::VulkanXcbSupport.
|
inline |
|
virtual |
Reimplemented in Ogre::VulkanAndroidSupport, Ogre::VulkanWin32Support, and Ogre::VulkanXcbSupport.
void Ogre::VulkanSupport::setSupported | ( | ) |