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

Method copyTo

RenderSystems/Vulkan/src/OgreVulkanRootLayout.cpp:104–107  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

102 }
103 //-------------------------------------------------------------------------
104 void VulkanRootLayout::copyTo( RootLayout &outRootLayout, bool bIncludeArrayBindings )
105 {
106 outRootLayout.copyFrom( *this, bIncludeArrayBindings );
107 }
108 //-------------------------------------------------------------------------
109 void VulkanRootLayout::parseRootLayout( const char *rootLayout, const bool bCompute,
110 const String &filename )

Callers 1

gatherArrayedDescsMethod · 0.45

Calls 1

copyFromMethod · 0.45

Tested by

no test coverage detected