Skip to content

Commit

Permalink
Add a snapshot for parsing spirv input
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Feb 8, 2021
1 parent cf0a86a commit 5b94ecd
Show file tree
Hide file tree
Showing 5 changed files with 1,175 additions and 25 deletions.
2 changes: 0 additions & 2 deletions src/front/spv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ mod error;
mod flow;
mod function;
mod image;
#[cfg(all(test, feature = "serialize"))]
mod rosetta;

use convert::*;
use error::Error;
Expand Down
23 changes: 0 additions & 23 deletions src/front/spv/rosetta.rs

This file was deleted.

Binary file added tests/in/shadow.spv
Binary file not shown.
Loading

0 comments on commit 5b94ecd

Please sign in to comment.