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

Method checkStructMemberTypeIsKnown

generator/VulkanHppGenerator.cpp:1303–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303void VulkanHppGenerator::checkStructMemberTypeIsKnown( std::string const & memberType, int line ) const
1304{
1305 // check that the member type is known
1306 checkForError( m_types.contains( memberType ), line, "struct member uses unknown type <" + memberType + ">" );
1307}
1308
1309void VulkanHppGenerator::checkStructMemberTypeIsRequired( std::string const & memberType, int line, std::string const & structureName ) const
1310{

Callers

nothing calls this directly

Calls 1

checkForErrorFunction · 0.85

Tested by

no test coverage detected