ANativeWindow_Buffer
version(Android)
extern (
C) @
system nothrow @
nogc struct ANativeWindow_Buffer {
}
- bits
void* bits;
Undocumented in source.
- format
int format;
Undocumented in source.
- height
int height;
Undocumented in source.
- reserved
uint[6] reserved;
Undocumented in source.
- stride
int stride;
Undocumented in source.
- width
int width;
Undocumented in source.
android native_window
enumsfunctionsstructs