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

Method copyFrom

RenderSystems/Vulkan/src/OgreVulkanRootLayout.cpp:98–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96 }
97 //-------------------------------------------------------------------------
98 void VulkanRootLayout::copyFrom( const RootLayout &rootLayout, bool bIncludeArrayBindings )
99 {
100 OGRE_ASSERT_LOW( !mRootLayout && "Cannot call parseRootLayout after createVulkanHandles" );
101 RootLayout::copyFrom( rootLayout, bIncludeArrayBindings );
102 }
103 //-------------------------------------------------------------------------
104 void VulkanRootLayout::copyTo( RootLayout &outRootLayout, bool bIncludeArrayBindings )
105 {

Callers 3

getRootLayoutMethod · 0.45
copyToMethod · 0.45

Calls 1

copyFromFunction · 0.85

Tested by

no test coverage detected