Struct ppapi::imagedata::DescriptionExperimental
[-]
[+]
[src]
pub struct Description { pub format: Format, pub size: Size, pub line_stride: u32, }
Fields
format | |
size | |
line_stride | Taken from the Google PPAPI docs * This value represents the row width in bytes. This may be different than * width * 4 since there may be padding at the end of the lines. |