Image#

Fully qualified name: carb::windowing::Image

Defined in carb/windowing/IWindowing.h

struct Image#

This describes a single 2D image.

See the documentation for each related function what the expected pixel format is.

Public Members

int32_t width#

The width, in pixels, of this image.

int32_t height#

The height, in pixels, of this image.

uint8_t *pixels#

The pixel data of this image, arranged left-to-right, top-to-bottom.