ANativeWindow_Buffer

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Android)
extern (C) @system nothrow @nogc
struct ANativeWindow_Buffer {}

Members

Variables

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.

Meta