| 12930 | } |
| 12931 | |
| 12932 | bool 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 | |
| 12938 | void VulkanHppGenerator::markExtendedStructs() |
| 12939 | { |
nothing calls this directly
no outgoing calls
no test coverage detected