FTEQW
Documentation of the FTE engine source tree.
texture_s Struct Reference

#include <gl_model.h>

Public Attributes

char name [128]
 
unsigned vwidth
 
unsigned vheight
 
struct shader_sshader
 
char * partname
 
unsigned int anim_total
 
unsigned int anim_min
 
unsigned int anim_max
 
struct texture_sanim_next
 
struct texture_salternate_anims
 
uploadfmt_t srcfmt
 
unsigned int srcwidth
 
unsigned int srcheight
 
qbytesrcdata
 
qbytepalette
 

Member Data Documentation

◆ alternate_anims

struct texture_s* texture_s::alternate_anims

◆ anim_max

unsigned int texture_s::anim_max

◆ anim_min

unsigned int texture_s::anim_min

◆ anim_next

struct texture_s* texture_s::anim_next

◆ anim_total

unsigned int texture_s::anim_total

◆ name

char texture_s::name[128]

◆ palette

qbyte* texture_s::palette

◆ partname

char* texture_s::partname

◆ shader

struct shader_s* texture_s::shader

◆ srcdata

qbyte* texture_s::srcdata

◆ srcfmt

uploadfmt_t texture_s::srcfmt

◆ srcheight

unsigned int texture_s::srcheight

◆ srcwidth

unsigned int texture_s::srcwidth

◆ vheight

unsigned texture_s::vheight

◆ vwidth

unsigned texture_s::vwidth

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