| 12767 | } |
| 12768 | |
| 12769 | bool VulkanHppGenerator::isHandleType( std::string const & type ) const |
| 12770 | { |
| 12771 | return type.starts_with( "Vk" ) && ( findByNameOrAlias( m_handles, type ) != m_handles.end() ); |
| 12772 | } |
| 12773 | |
| 12774 | bool VulkanHppGenerator::isHandleTypeByStructure( std::string const & type ) const |
| 12775 | { |
nothing calls this directly
no test coverage detected