naev 0.11.5
glTexList Struct Reference

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

Data Fields

glTexturetex
 
const char * path
 
int used
 
int sx
 
int sy
 

Detailed Description

Represents a node in the texture list.

Definition at line 34 of file opengl_tex.c.

Field Documentation

◆ path

const char* glTexList::path

Path pointer, stored in tex.

Definition at line 36 of file opengl_tex.c.

◆ sx

int glTexList::sx

X sprites

Definition at line 42 of file opengl_tex.c.

◆ sy

int glTexList::sy

Y sprites

Definition at line 43 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 37 of file opengl_tex.c.


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