MCPcopy 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
217uint32_t AssemblyContext::getBound() const { return bound_; }
218
219spv_result_t AssemblyContext::advance() {
220 return spvtools::advance(text_, &current_position_);

Callers 1

spvTextToBinaryInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected