Adds linear gradient support to 2D meshes in the canvas widget.
This commit is contained in:
parent
97f385e093
commit
40f45d7b7e
40 changed files with 2041 additions and 655 deletions
|
|
@ -35,6 +35,8 @@ pub mod renderer;
|
|||
pub mod triangle;
|
||||
pub mod widget;
|
||||
pub mod window;
|
||||
pub mod shader;
|
||||
pub mod gradient;
|
||||
|
||||
pub use antialiasing::Antialiasing;
|
||||
pub use backend::Backend;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue