gpu: add AlphaMode enum
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4163005eb5
commit
8ca3d666a3
3 changed files with 7 additions and 6 deletions
4
gpu/src/types.zig
Normal file
4
gpu/src/types.zig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub const AlphaMode = enum(u32) {
|
||||
premultiplied = 0x00000000,
|
||||
unpremultiplied = 0x00000001,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue