Draft triangle pipeline in iced_glow

This commit is contained in:
Héctor Ramón Jiménez 2020-05-21 19:07:33 +02:00
parent d54f17c6aa
commit 60dcfc354e
6 changed files with 301 additions and 52 deletions

View file

@ -5,6 +5,7 @@
#![forbid(rust_2018_idioms)]
mod backend;
mod program;
mod quad;
mod text;
mod triangle;