Gosu
Public Attributes | List of all members
Gosu::GLTexInfo Struct Reference

Contains information about the underlying OpenGL texture and the u/v space used for image data. More...

Public Attributes

int tex_name
 
double left
 
double right
 
double top
 
double bottom
 

Detailed Description

Contains information about the underlying OpenGL texture and the u/v space used for image data.

Can be retrieved from some images to use them in OpenGL operations.

Definition at line 17 of file ImageData.hpp.

Member Data Documentation

◆ bottom

double Gosu::GLTexInfo::bottom

Definition at line 20 of file ImageData.hpp.

◆ left

double Gosu::GLTexInfo::left

Definition at line 20 of file ImageData.hpp.

◆ right

double Gosu::GLTexInfo::right

Definition at line 20 of file ImageData.hpp.

◆ tex_name

int Gosu::GLTexInfo::tex_name

Definition at line 19 of file ImageData.hpp.

◆ top

double Gosu::GLTexInfo::top

Definition at line 20 of file ImageData.hpp.


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