show packed frame
This commit is contained in:
parent
d7a54361f5
commit
a2f07920c7
5 changed files with 136 additions and 24 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue