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

Method generateSuccessCode

generator/VulkanHppGenerator.cpp:11793–11797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11791}
11792
11793std::string VulkanHppGenerator::generateSuccessCode( std::string const & code ) const
11794{
11795 // on each success code: prepend 'Result::e' to the tagged camel case version of the code
11796 return "Result::e" + generateTaggedCamelCase( code );
11797}
11798
11799std::string VulkanHppGenerator::generateSuccessCodeList( std::vector<std::string> const & successCodes, bool enumerating ) const
11800{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected