OGRE 2.3.0
Object-Oriented Graphics Rendering Engine
Ogre::VulkanWin32Support Class Reference

#include <OgreVulkanWin32Support.h>

+ Inheritance diagram for Ogre::VulkanWin32Support:

Public Member Functions

 VulkanWin32Support ()
 
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 (void) const
 
virtual void setConfigOption (const String &name, const String &value)
 
virtual String validateConfigOptions (void)
 

Constructor & Destructor Documentation

◆ VulkanWin32Support()

Ogre::VulkanWin32Support::VulkanWin32Support ( )

Member Function Documentation

◆ addConfig()

virtual void Ogre::VulkanWin32Support::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 wxhxb

Reimplemented from Ogre::VulkanSupport.

◆ getConfigOptions()

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

◆ getDisplayMonitorCount()

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

Gets the number of display monitors.

See also
Root::getDisplayMonitorCount

◆ getSelectedDeviceIdx()

uint32 Ogre::VulkanSupport::getSelectedDeviceIdx ( void  ) const
inherited

◆ setConfigOption()

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

Reimplemented from Ogre::VulkanSupport.

◆ validateConfigOptions()

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

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