OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::VulkanSupport Class Reference

#include <OgreVulkanSupport.h>

+ Inheritance diagram for Ogre::VulkanSupport:

Public Member Functions

 VulkanSupport ()
 
virtual ~VulkanSupport ()
 
virtual void addConfig (VulkanRenderSystem *renderSystem)
 Add any special config values to the system. More...
 
ConfigOptionMapgetConfigOptions (VulkanRenderSystem *renderSystem)
 
virtual unsigned int getDisplayMonitorCount () const
 Gets the number of display monitors. More...
 
uint32 getSelectedDeviceIdx () const
 
virtual void setConfigOption (const String &name, const String &value)
 
virtual String validateConfigOptions ()
 

Constructor & Destructor Documentation

◆ VulkanSupport()

Ogre::VulkanSupport::VulkanSupport ( )
inline

◆ ~VulkanSupport()

virtual Ogre::VulkanSupport::~VulkanSupport ( )
inlinevirtual

Member Function Documentation

◆ addConfig()

virtual void Ogre::VulkanSupport::addConfig ( VulkanRenderSystem renderSystem)
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::VulkanXcbSupport, Ogre::VulkanWin32Support, and Ogre::VulkanAndroidSupport.

◆ getConfigOptions()

ConfigOptionMap& Ogre::VulkanSupport::getConfigOptions ( VulkanRenderSystem renderSystem)

◆ getDisplayMonitorCount()

virtual unsigned int Ogre::VulkanSupport::getDisplayMonitorCount ( ) const
inlinevirtual

Gets the number of display monitors.

See also
Root::getDisplayMonitorCount

◆ getSelectedDeviceIdx()

uint32 Ogre::VulkanSupport::getSelectedDeviceIdx ( ) const

◆ setConfigOption()

virtual void Ogre::VulkanSupport::setConfigOption ( const String name,
const String value 
)
virtual

◆ validateConfigOptions()

virtual String Ogre::VulkanSupport::validateConfigOptions ( )
virtual

The documentation for this class was generated from the following file: