index
:
zig-way
master
Zig Only Wayland Protocol Implementation
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wl
/
shm
/
pixel
/
argb8888.zig
blob: 5e5a68e2c9948be31003d5461fb969aae299d3b7 (
plain
)
1
2
3
4
5
6
pub
const
Pixel
=
packed
struct
(
u32
)
{
alpha
:
u8
,
red
:
u8
,
green
:
u8
,
blue
:
u8
,
}