diff options
Diffstat (limited to 'src')
| -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); |
