Skip to content

Commit

Permalink
sokol.gfx: update the C.sg_pass_attachment_desc declaration to match …
Browse files Browse the repository at this point in the history
…the one from the Sokol headers
  • Loading branch information
spytheman committed Mar 14, 2023
1 parent 618c92a commit cb7e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/sokol/gfx/gfx_structs.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cb7e25e

Please sign in to comment.