Struct Image
Image, pixel data stored in CPU memory (RAM)
struct Image;
Fields
| Name | Type | Description |
|---|---|---|
data
|
void* | Image raw data |
format
|
int | Data format (PixelFormat type) |
height
|
int | Image base height |
mipmaps
|
int | Mipmap levels, 1 by default |
width
|
int | Image base width |