MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / missingFunctionality

Method missingFunctionality

SPIRV/Logger.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void SpvBuildLogger::missingFunctionality(const std::string& f)
50{
51 if (std::find(std::begin(missingFeatures), std::end(missingFeatures), f) == std::end(missingFeatures))
52 missingFeatures.push_back(f);
53}
54
55std::string SpvBuildLogger::getAllMessages() const {
56 std::ostringstream messages;

Callers 8

MapToSpirvToolsEnvFunction · 0.80
visitBinaryMethod · 0.80
translateForcedTypeMethod · 0.80
visitUnaryMethod · 0.80
visitAggregateMethod · 0.80
createNoArgOperationMethod · 0.80
createSpvConstantMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected