//! librashader WGPU runtime
//!
//! This crate should not be used directly.
//! See [`librashader::runtime::wgpu`](https://docs.rs/librashader/latest/librashader/runtime/wgpu/index.html) instead.
pub use FilterChainWgpu;
pub use WgpuOutputView;
use impl_filter_chain_parameters;
impl_filter_chain_parameters!;