cubos::engine::Image struct

Asset containing raw Image data.

Public variables

unsigned char* data
Raw image data.
size_t width
Image width in pixels.
size_t height
Image height in pixels.