diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-13 10:58:32 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-13 10:58:32 +0400 |
| commit | 4fd9300bdb07e90c26df28461f9bd6591c3d1d41 (patch) | |
| tree | 1db1da7c696177d9509a1474345cb10d86234cc0 /src/render_helpers | |
| parent | 2bb6dd8c48f02b818de6fb0f307704b60a7888a2 (diff) | |
| download | niri-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.rs | 2 |
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); |
