mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: stricter rules for C types; C aliases; sokol fixes
This commit is contained in:
parent
5f1e6815cd
commit
545ee1ae23
27 changed files with 123 additions and 59 deletions
|
@ -329,7 +329,7 @@ fn app_init(mut app App) {
|
|||
mut pipdesc := gfx.PipelineDesc{}
|
||||
unsafe { vmemset(&pipdesc, 0, int(sizeof(pipdesc))) }
|
||||
|
||||
color_state := gfx.ColorState{
|
||||
color_state := gfx.ColorTargetState{
|
||||
blend: gfx.BlendState{
|
||||
enabled: true
|
||||
src_factor_rgb: .src_alpha
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue