| 12849 | } |
| 12850 | |
| 12851 | bool VulkanHppGenerator::isStructMember( std::string const & name, std::vector<MemberData> const & memberData ) const |
| 12852 | { |
| 12853 | return findByName( memberData, name ) != memberData.end(); |
| 12854 | } |
| 12855 | |
| 12856 | bool VulkanHppGenerator::isStructureChainAnchor( std::string const & type ) const |
| 12857 | { |
nothing calls this directly
no test coverage detected