mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +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;
|
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> {
|
impl<I: Iterator<Item = u32>> super::Frontend<I> {
|
||||||
// Registers a function call. It will generate a dummy handle to call, which
|
// Registers a function call. It will generate a dummy handle to call, which
|
||||||
// gets resolved after all the functions are processed.
|
// gets resolved after all the functions are processed.
|
||||||
|
Loading…
Reference in New Issue
Block a user