sokol.gfx: fix C.sg_depth_stencil_state compilation with tcc

pull/6703/head
Delyan Angelov 2020-10-31 14:14:49 +02:00
parent a2a0765eff
commit db59585a51
1 changed files with 2 additions and 2 deletions

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