show packed frame

This commit is contained in:
Fabien Freling 2022-02-13 23:41:08 +01:00
parent d7a54361f5
commit a2f07920c7
5 changed files with 136 additions and 24 deletions

View file

@ -3,9 +3,9 @@
#include <cstdint>
struct Pixel {
uint32_t r;
uint32_t g;
uint32_t b;
uint8_t r;
uint8_t g;
uint8_t b;
};
struct Frame {