Struct Image

Image, pixel data stored in CPU memory (RAM)

struct Image;

Fields

NameTypeDescription
data void*Image raw data
format intData format (PixelFormat type)
height intImage base height
mipmaps intMipmap levels, 1 by default
width intImage base width