Skip to content

Commit

Permalink
sokol: add pub mut to VertexLayoutState
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Nov 5, 2023
1 parent 5efa2b8 commit 55448aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wraps/sokol/gfx/sokol_gfx.auto.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ pub type VertexAttrState = C.sg_vertex_attr_state

[typedef]
struct C.sg_vertex_layout_state {
pub mut:
buffers [8]VertexBufferLayoutState
attrs [16]VertexAttrState
}
Expand Down

0 comments on commit 55448aa

Please sign in to comment.