1
0
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:
Delyan Angelov 2020-10-31 14:14:49 +02:00
parent a2a0765eff
commit db59585a51

View File

@ -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