-------------------------------------------------------------------------
| 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 | { |
no test coverage detected