spirq-spvasm 0.1.1

Tools for SPIR-V Assembly interaction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod enum_from_str;
mod enum_to_str;
mod op_from_str;
mod op_has_result_id;
mod op_has_result_type_id;
mod op_to_str;
mod operand_enum_type;
mod print_operand;

pub use enum_from_str::enum_from_str;
pub use enum_to_str::enum_to_str;
pub use op_from_str::op_from_str;
pub use op_has_result_id::op_has_result_id;
pub use op_has_result_type_id::op_has_result_type_id;
pub use op_to_str::op_to_str;
pub use operand_enum_type::operand_enum_type;
pub use print_operand::print_operand;