prgpu 0.1.12

GPU-accelerated rendering utilities for Adobe Premiere Pro and After Effects plugins
1
2
3
4
5
6
7
8
//! Reusable UI building blocks for effect parameter panels.
//!
//! Each submodule exposes an `add_*_param` helper and a typed value reader for
//! the GPU/CPU param paths.

pub mod blend_mode;

pub use blend_mode::{add_blend_mode_param, BlendMode, BLEND_MODE_OPTIONS};