⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

commit_surface

Function commit_surface 

Source
pub fn commit_surface(
    _client_id: u32,
    surface_id: u32,
) -> Result<(), KernelError>
Expand description

Commit a surface (present the attached buffer).