Gama C Library
Gama C API Documentation
gmImage Struct Reference

A handle to a GPU-managed image or texture. More...

#include <image.h>

Data Fields

uint32_t handle
int width
int height

Detailed Description

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.

Field Documentation

◆ handle

uint32_t gmImage::handle

Internal handle for the image

◆ height

int gmImage::height

Height of the image in pixels

◆ width

int gmImage::width

Width of the image in pixels


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