Describes the resolution of a pixel surface – e.g. a program window or an image buffer.
Public member functions
bool | operator==(const resolution_s &other) const |
Data fields
unsigned long | bpp |
unsigned long | h |
unsigned long | w |
Data field documentation
Number of bits per pixel.
Height (in pixels).
Width (in pixels).