|
Gama C Library
Gama C API Documentation
|
A handle to a GPU-managed image or texture. More...
#include <image.h>
Data Fields | |
| uint32_t | handle |
| int | width |
| int | height |
A handle to a GPU-managed image or texture.
This struct represents an image that has been uploaded to the graphics hardware for efficient rendering.
| uint32_t gmImage::handle |
Internal handle for the image
| int gmImage::height |
Height of the image in pixels
| int gmImage::width |
Width of the image in pixels