prgpu 0.1.4

GPU-accelerated rendering utilities for Adobe Premiere Pro and After Effects plugins
1
2
3
4
5
pub struct RenderContext<'a> {
	pub in_data: &'a after_effects::InData,
	pub in_layer: &'a after_effects::Layer,
	pub out_layer: &'a mut after_effects::Layer,
}