We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MergeInstruction
1 parent 78a208b commit bfe96d8Copy full SHA for bfe96d8
naga/src/front/spv/function.rs
@@ -8,12 +8,6 @@ use crate::proc::Emitter;
8
9
pub type BlockId = u32;
10
11
-#[derive(Copy, Clone, Debug)]
12
-pub struct MergeInstruction {
13
- pub merge_block_id: BlockId,
14
- pub continue_block_id: Option<BlockId>,
15
-}
16
-
17
impl<I: Iterator<Item = u32>> super::Frontend<I> {
18
// Registers a function call. It will generate a dummy handle to call, which
19
// gets resolved after all the functions are processed.
0 commit comments