12 #include <spirv/unified1/spirv.h>
20 Label = std::make_unique<Instruction>(SpvOpLabel, 1, &
Id,
nullptr);
This file declares the Block class.
This file declares the Instruction class.
std::unique_ptr< Instruction > Label
The label instruction.
Block(uint32_t Id)
Create a new block with an ID.
uint32_t Id
The unique ID of the block.