naev 0.10.4
Data Fields
glTexList Struct Reference

Represents a node in the texture list. More...

Data Fields

struct glTexList_ * next
 
glTexturetex
 
int used
 
int sx
 
int sy
 

Detailed Description

Represents a node in the texture list.

Definition at line 33 of file opengl_tex.c.

Field Documentation

◆ next

struct glTexList_* glTexList::next

Next in linked list

Definition at line 34 of file opengl_tex.c.

◆ sx

int glTexList::sx

X sprites

Definition at line 41 of file opengl_tex.c.

◆ sy

int glTexList::sy

Y sprites

Definition at line 42 of file opengl_tex.c.

◆ tex

glTexture* glTexList::tex

associated texture

Definition at line 35 of file opengl_tex.c.

◆ used

int glTexList::used

counts how many times texture is being used

Definition at line 36 of file opengl_tex.c.


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