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

Method isFeature

generator/VulkanHppGenerator.cpp:12764–12767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12762}
12763
12764bool VulkanHppGenerator::isFeature( std::string const & name ) const
12765{
12766 return containsByName( m_features, name ) || containsByName( m_unsupportedFeatures, name );
12767}
12768
12769bool VulkanHppGenerator::isHandleType( std::string const & type ) const
12770{

Callers

nothing calls this directly

Calls 1

containsByNameFunction · 0.85

Tested by

no test coverage detected