aboutsummaryrefslogtreecommitdiff
path: root/src/render_helpers
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-04-13 10:58:32 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-04-13 10:58:32 +0400
commit4fd9300bdb07e90c26df28461f9bd6591c3d1d41 (patch)
tree1db1da7c696177d9509a1474345cb10d86234cc0 /src/render_helpers
parent2bb6dd8c48f02b818de6fb0f307704b60a7888a2 (diff)
downloadniri-4fd9300bdb07e90c26df28461f9bd6591c3d1d41.tar.gz
niri-4fd9300bdb07e90c26df28461f9bd6591c3d1d41.tar.bz2
niri-4fd9300bdb07e90c26df28461f9bd6591c3d1d41.zip
Fix typo
Diffstat (limited to 'src/render_helpers')
-rw-r--r--src/render_helpers/primary_gpu_pixel_shader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_helpers/primary_gpu_pixel_shader.rs b/src/render_helpers/primary_gpu_pixel_shader.rs
index 7564a50f..79abc283 100644
--- a/src/render_helpers/primary_gpu_pixel_shader.rs
+++ b/src/render_helpers/primary_gpu_pixel_shader.rs
@@ -7,7 +7,7 @@ use smithay::utils::{Buffer, Physical, Rectangle, Scale, Transform};
use super::renderer::AsGlesFrame;
use crate::backend::tty::{TtyFrame, TtyRenderer, TtyRendererError};
-/// Wrapper for a poxel shader from the primary GPU for rendering with the primary GPU.
+/// Wrapper for a pixel shader from the primary GPU for rendering with the primary GPU.
#[derive(Debug)]
pub struct PrimaryGpuPixelShaderRenderElement(pub PixelShaderElement);