mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sokol.gfx: fix C.sg_depth_stencil_state compilation with tcc
This commit is contained in:
parent
a2a0765eff
commit
db59585a51
@ -407,8 +407,8 @@ pub mut:
|
||||
}
|
||||
|
||||
pub struct C.sg_depth_stencil_state {
|
||||
stencil_front sg_stencil_state
|
||||
stencil_back sg_stencil_state
|
||||
stencil_front C.sg_stencil_state
|
||||
stencil_back C.sg_stencil_state
|
||||
depth_compare_func CompareFunc
|
||||
depth_write_enabled bool
|
||||
stencil_enabled bool
|
||||
|
Loading…
Reference in New Issue
Block a user