MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / ExtensionSetToString

Function ExtensionSetToString

source/extensions.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::string ExtensionSetToString(const ExtensionSet& extensions) {
48 std::stringstream ss;
49 for (auto extension : extensions) {
50 ss << ExtensionToString(extension) << " ";
51 }
52 return ss.str();
53}
54
55} // namespace spvtools

Callers 2

VersionCheckFunction · 0.85

Calls 2

ExtensionToStringFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected