1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: enable image transparency in gg.draw_image2 too

This commit is contained in:
Delyan Angelov
2020-08-03 00:30:08 +03:00
parent a7ca1682c4
commit 0ac30a8d9c
2 changed files with 11 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ pub struct C.sg_stencil_state {
}
pub struct C.sg_blend_state {
pub mut:
enabled bool
src_factor_rgb BlendFactor
dst_factor_rgb BlendFactor