Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ getBound
Method
getBound
source/text_handler.cpp:217–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
uint32_t AssemblyContext::getBound() const { return bound_; }
218
219
spv_result_t AssemblyContext::advance() {
220
return spvtools::advance(text_, ¤t_position_);
Callers
1
spvTextToBinaryInternal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected