gpgpu 0.2.0

Simple WIP GPGPU framework built on top of wgpu
Documentation
1
2
3
4
5
6
7
8
//! This modules controls the enablement of all the features
//! of the `gpgpu` crate.

#[cfg(feature = "integrate-image")]
pub mod integrate_image;

#[cfg(feature = "integrate-ndarray")]
pub mod integrate_ndarray;