pub fn render_icon(
buffer: &mut [u32],
buf_width: u32,
x: u32,
y: u32,
size: u32,
icon: AppIcon,
)Expand description
Render a simple geometric icon for an application type.
Uses basic line/shape drawing (no bitmaps) into a u32 XRGB8888 buffer.