tgrekov-fdf
HIVE fdf May 2024
|
#include <MLX42.h>
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. |