#texture #rgba #pixel #image #proc-macro #array #procedural

include_rgba

一个方便将图像或纹理作为RGBA像素数组包含的Rust过程宏

1个不稳定版本

0.1.0 2020年9月7日

#22#rgba

自定义许可证

6KB

include_rgba

一个方便将图像、纹理作为RGBA像素数组包含的Rust过程宏。

用法

// The type is [u8; X] where X is the number of pixels * 4
// each element represents a channel value,
// so 4 elements make up a pixel
let rgba_data = include_rgba!("path/to/the/image.png")

依赖项

~6MB
~93K SLoC