MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / isVectorByStructure

Method isVectorByStructure

generator/VulkanHppGenerator.cpp:12932–12936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12930}
12931
12932bool VulkanHppGenerator::isVectorByStructure( std::string const & type ) const
12933{
12934 auto structIt = m_structs.find( type );
12935 return ( structIt != m_structs.end() ) && describesVector( structIt->second );
12936}
12937
12938void VulkanHppGenerator::markExtendedStructs()
12939{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected