From cb7e25e47e5d19cbdd40dfcd8f5a102ef08a79ab Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 14 Mar 2023 09:02:03 +0200 Subject: [PATCH] sokol.gfx: update the C.sg_pass_attachment_desc declaration to match the one from the Sokol headers --- vlib/sokol/gfx/gfx_structs.c.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/sokol/gfx/gfx_structs.c.v b/vlib/sokol/gfx/gfx_structs.c.v index f7883715224bd5..02fc8c7f8a1624 100644 --- a/vlib/sokol/gfx/gfx_structs.c.v +++ b/vlib/sokol/gfx/gfx_structs.c.v @@ -610,7 +610,7 @@ struct C.sg_pass_attachment_desc { pub mut: image Image mip_level int - face int + slice int // image sg_image // mip_level int // union {