Fireset
Loading...
Searching...
No Matches
FsTexture Struct Reference

Texture data structure. More...

#include <image.h>

Public Attributes

GLuint id
int width
int height

Detailed Description

Texture data structure.

Represents an OpenGL 2D texture.

Member Data Documentation

◆ height

int FsTexture::height

Height of the texture in pixels.

◆ id

GLuint FsTexture::id

OpenGL texture ID.

◆ width

int FsTexture::width

Width of the texture in pixels.


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