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

#include <OgreVulkanAndroidSupport.h>

+ Inheritance diagram for Ogre::VulkanAndroidSupport:

Public Member Functions

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

Constructor & Destructor Documentation

◆ VulkanAndroidSupport()

Ogre::VulkanAndroidSupport::VulkanAndroidSupport ( )

Member Function Documentation

◆ addConfig()

void Ogre::VulkanAndroidSupport::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()

void Ogre::VulkanAndroidSupport::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: