1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

sokol.gfx: update the C.sg_pass_attachment_desc declaration to match the one from the Sokol headers

This commit is contained in:
Delyan Angelov 2023-03-14 09:02:03 +02:00
parent 618c92a13b
commit cb7e25e47e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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