SayoriOS  0.3.3
pixfmt.h
1 //
2 // Created by ndraey on 10.09.23.
3 //
4 
5 #pragma once
6 
7 #include "common.h"
8 
9 typedef enum {
10  SCREEN_RGB = 0,
11  SCREEN_BGR = 1,
12 } koraidon_screen_pixfmt_t;
13 
14 void pixfmt_conv(char* pixels, size_t bpp, size_t width, size_t height, koraidon_screen_pixfmt_t input_format, koraidon_screen_pixfmt_t output_format);
Основные определения ядра