vyre-driver-wgpu 0.7.2

wgpu backend for vyre IR - implements VyreBackend, owns GPU runtime, buffer pool, pipeline cache
Documentation
1
2
3
4
5
6
7
8
9
//! Statement constructs end to end: nested compound statements, control-flow rows, and label and
//! goto rows.
#![cfg(feature = "c-parser")]
#![allow(deprecated)]
mod c_ast_gpu_parity_support;
#[path = "c_ast_statement_construct_gaps_e2e/classify.rs"]
mod classify;
#[path = "c_ast_statement_construct_gaps_e2e/compound_statements_and_control_flow.rs"]
mod compound_statements_and_control_flow;