mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
chore(spv): remove unused MergeInstruction
This commit is contained in:
parent
78a208b005
commit
bfe96d87b2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user