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

Method parseRootLayout

RenderSystems/Vulkan/src/OgreVulkanRootLayout.cpp:109–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

getRootLayoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected