feat: glsl simula text shaders

This commit is contained in:
Nova
2023-06-25 10:04:37 -04:00
parent 668c32f583
commit a7930760e8
9 changed files with 239 additions and 8 deletions

View File

@@ -60,7 +60,6 @@ pub struct WaylandState {
pub shm_state: ShmState,
pub dmabuf_state: DmabufState,
pub dmabuf_global: DmabufGlobal,
pub pending_dmabufs: Vec<Dmabuf>,
pub output: Output,
pub seats: FxHashMap<ClientId, Arc<SeatData>>,
}
@@ -120,7 +119,6 @@ impl WaylandState {
shm_state,
dmabuf_state,
dmabuf_global,
pending_dmabufs: Vec::new(),
output,
seats: FxHashMap::default(),
})