MLX42 1.0
MLX42
|
#include <MLX42.h>
Data Fields | |
const uint32_t | width |
const uint32_t | height |
uint8_t * | pixels |
mlx_instance_t * | instances |
size_t | count |
bool | enabled |
void * | context |
An image with an individual buffer that can be rendered. Any value can be modified except the width/height and context.
width | The width of the image. |
height | The height of the image. |
pixels | The literal pixel data. |
instances | An instance carrying the X, Y and Z location data. |
count | The element count of the instances array. |
enabled | If true the image is drawn onto the screen, else it's not. |
context | Abstracted OpenGL data. |
mlx_instance_t* mlx_image::instances |