MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / install

Method install

RenderSystems/Vulkan/src/OgreVulkanPlugin.cpp:42–47  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

40 const String &VulkanPlugin::getName() const { return sPluginName; }
41 //---------------------------------------------------------------------
42 void VulkanPlugin::install( const NameValuePairList *options )
43 {
44 mRenderSystem = OGRE_NEW VulkanRenderSystem( options );
45
46 Root::getSingleton().addRenderSystem( mRenderSystem );
47 }
48 //---------------------------------------------------------------------
49 void VulkanPlugin::initialise()
50 {

Callers

nothing calls this directly

Calls 2

addRenderSystemMethod · 0.80
VulkanRenderSystemClass · 0.50

Tested by

no test coverage detected