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

Method isHandleTypeByStructure

generator/VulkanHppGenerator.cpp:12774–12778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12772}
12773
12774bool VulkanHppGenerator::isHandleTypeByStructure( std::string const & type ) const
12775{
12776 auto structIt = m_structs.find( type );
12777 return ( structIt != m_structs.end() ) && describesVector( structIt->second ) && isHandleType( structIt->second.members[3].type.name );
12778}
12779
12780bool VulkanHppGenerator::isLenByStructMember( std::string const & name, std::vector<ParamData> const & params ) const
12781{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected