mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
stbi: pub fields in Image
This commit is contained in:
@ -12,7 +12,7 @@ module stbi
|
|||||||
#flag @VROOT/thirdparty/stb_image/stbi.o
|
#flag @VROOT/thirdparty/stb_image/stbi.o
|
||||||
|
|
||||||
pub struct Image {
|
pub struct Image {
|
||||||
mut:
|
pub mut:
|
||||||
width int
|
width int
|
||||||
height int
|
height int
|
||||||
nr_channels int
|
nr_channels int
|
||||||
|
Reference in New Issue
Block a user