prgpu 0.1.11

GPU-accelerated rendering utilities for Adobe Premiere Pro and After Effects plugins
1
2
3
4
//! Backend-agnostic helpers shared by every effect's CPU + GPU dispatch sites.

pub mod blur;
pub mod sweep;