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

Method _initialize

RenderSystems/Vulkan/src/OgreVulkanWindow.cpp:62–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60 }
61 //-------------------------------------------------------------------------
62 void VulkanWindow::_initialize( TextureGpuManager *textureGpuManager )
63 {
64 OGRE_EXCEPT( Exception::ERR_INVALID_CALL,
65 "Call _initialize( TextureGpuManager*, const NameValuePairList * ) instead",
66 "VulkanWindow::_initialize" );
67 }
68 //-------------------------------------------------------------------------
69 VulkanWindowNull::VulkanWindowNull( const String &title, uint32 width, uint32 height,
70 bool fullscreenMode ) :

Callers 1

_createRenderWindowMethod · 0.45

Calls 10

parseStringMethod · 0.80
setPixelFormatMethod · 0.80
setSampleDescriptionMethod · 0.80
_transitionToMethod · 0.80
endMethod · 0.45
findMethod · 0.45
getPixelFormatMethod · 0.45

Tested by

no test coverage detected