Gama C Library
Gama C API Documentation
Loading...
Searching...
No Matches
gmImage Struct Reference

Structure representing an image with handle and dimensions. More...

#include <image.h>

Data Fields

uint32_t handle
uint32_t width
uint32_t height

Detailed Description

Structure representing an image with handle and dimensions.

Field Documentation

◆ handle

uint32_t gmImage::handle

Internal handle for the image

◆ height

uint32_t gmImage::height

Height of the image in pixels

◆ width

uint32_t gmImage::width

Width of the image in pixels


The documentation for this struct was generated from the following file: