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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user