mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
chore(spv): remove unused MergeInstruction
This commit is contained in:
@@ -8,12 +8,6 @@ use crate::proc::Emitter;
|
||||
|
||||
pub type BlockId = u32;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct MergeInstruction {
|
||||
pub merge_block_id: BlockId,
|
||||
pub continue_block_id: Option<BlockId>,
|
||||
}
|
||||
|
||||
impl<I: Iterator<Item = u32>> super::Frontend<I> {
|
||||
// Registers a function call. It will generate a dummy handle to call, which
|
||||
// gets resolved after all the functions are processed.
|
||||
|
||||
Reference in New Issue
Block a user