| 12762 | } |
| 12763 | |
| 12764 | bool VulkanHppGenerator::isFeature( std::string const & name ) const |
| 12765 | { |
| 12766 | return containsByName( m_features, name ) || containsByName( m_unsupportedFeatures, name ); |
| 12767 | } |
| 12768 | |
| 12769 | bool VulkanHppGenerator::isHandleType( std::string const & type ) const |
| 12770 | { |
nothing calls this directly
no test coverage detected