Module graphics

Module graphics 

Source
Expand description

Graphics device interface

This module defines the interface for graphics devices in the kernel. It provides abstractions for framebuffer operations and graphics device management.

Modules§

framebuffer_device
Framebuffer Character Device Module
manager
Graphics Manager Module

Structs§

FramebufferConfig
Framebuffer configuration
GenericGraphicsDevice
A generic implementation of a graphics device
GraphicsResult
Result of graphics operations

Enums§

GraphicsRequest
Graphics operation requests
GraphicsResponse
Response from graphics operations
PixelFormat
Pixel format for framebuffer

Traits§

GraphicsDevice
Graphics device interface

Functions§

get_graphics_device
Get the first available graphics device