prgpu 0.1.10

GPU-accelerated rendering utilities for Adobe Premiere Pro and After Effects plugins
1
2
3
4
5
6
7
//! Reusable building blocks for kernel host code (CPU + GPU dispatch sites).
//!
//! These helpers contain *no* backend-specific code — they're pure logic that
//! every effect can pull in regardless of how it ultimately runs the kernel.

pub mod blur;
pub mod sweep;