Implement gradient borders

This commit is contained in:
Ivan Molodetskikh
2024-02-21 21:27:44 +04:00
parent 340bac0690
commit 48f0f6fb3c
16 changed files with 584 additions and 36 deletions
+3
View File
@@ -6,10 +6,13 @@ use smithay::backend::renderer::sync::SyncPoint;
use smithay::backend::renderer::{Bind, ExportMem, Frame, Offscreen, Renderer};
use smithay::utils::{Physical, Rectangle, Scale, Size, Transform};
pub mod gradient;
pub mod offscreen;
pub mod primary_gpu_pixel_shader;
pub mod primary_gpu_texture;
pub mod render_elements;
pub mod renderer;
pub mod shaders;
pub fn render_to_texture(
renderer: &mut GlesRenderer,