This commit is contained in:
Ivan Molodetskikh
2024-04-13 10:58:32 +04:00
parent 2bb6dd8c48
commit 4fd9300bdb
@@ -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);