gfx_types 0.2.0

Core graphics types shared between kernel and userspace - RedstoneOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # Render Module
//!
//! Comandos e operações de renderização.

mod clip;
mod command;
mod pipeline;

pub use clip::{ClipOp, ClipRect};
pub use command::{BlitParams, FillParams, RenderOp};
pub use pipeline::{InterpolationQuality, PipelineState, RasterOp};