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