-------------------------------------------------------------------------
| 107 | } |
| 108 | //------------------------------------------------------------------------- |
| 109 | void VulkanRootLayout::parseRootLayout( const char *rootLayout, const bool bCompute, |
| 110 | const String &filename ) |
| 111 | { |
| 112 | OGRE_ASSERT_LOW( !mRootLayout && "Cannot call parseRootLayout after createVulkanHandles" ); |
| 113 | RootLayout::parseRootLayout( rootLayout, bCompute, filename ); |
| 114 | } |
| 115 | //------------------------------------------------------------------------- |
| 116 | void VulkanRootLayout::generateRootLayoutMacros( uint32 shaderStage, ShaderSyntax shaderType, |
| 117 | String &inOutString ) const |