Gama C Library
Gama C API Documentation
gm3Texture Struct Reference

Represents a 3D texture, including its raw image data and file path. More...

#include <mtl.h>

Data Fields

gmImageData data
char path [256]

Detailed Description

Represents a 3D texture, including its raw image data and file path.

Field Documentation

◆ data

gmImageData gm3Texture::data

The raw CPU-side image data for the texture.

◆ path

char gm3Texture::path[256]

The file path from which the texture was loaded.


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