Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ MatchCapabilities
Method
MatchCapabilities
source/diff/diff.cpp:2133–2135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2131
}
2132
2133
void Differ::MatchCapabilities() {
2134
MatchPreambleInstructions(src_->capabilities(), dst_->capabilities());
2135
}
2136
2137
void Differ::MatchExtensions() {
2138
MatchPreambleInstructions(src_->extensions(), dst_->extensions());
Callers
1
Diff
Function · 0.80
Calls
1
capabilities
Method · 0.45
Tested by
no test coverage detected