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

Method EmitHeaderIdBound

source/disassemble.cpp:665–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void InstructionDisassembler::EmitHeaderIdBound(uint32_t id_bound) {
666 stream_ << "; Bound: " << id_bound << "\n";
667}
668
669void InstructionDisassembler::EmitHeaderSchema(uint32_t schema) {
670 stream_ << "; Schema: " << schema << "\n";

Callers 2

HandleHeaderMethod · 0.80
OutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected