Added frame buffer support.
This commit is contained in:
@ -19,5 +19,5 @@ typedef struct {
|
||||
|
||||
/** Information about a single pixel. */
|
||||
typedef struct {
|
||||
uint8_t r, g, b, a ;
|
||||
uint8_t r, g, b, a;
|
||||
} pixel_t;
|
||||
|
Reference in New Issue
Block a user