icculus quake2 doxygen  1.0 dev
miptex_s Struct Reference

#include <qfiles.h>

Public Attributes

char name [32]
 
unsigned width
 
unsigned height
 
unsigned offsets [MIPLEVELS]
 
char animname [32]
 
int flags
 
int contents
 
int value
 

Detailed Description

Definition at line 198 of file qfiles.h.

Member Data Documentation

◆ animname

char miptex_s::animname[32]

Definition at line 203 of file qfiles.h.

◆ contents

int miptex_s::contents

Definition at line 205 of file qfiles.h.

◆ flags

int miptex_s::flags

Definition at line 204 of file qfiles.h.

◆ height

unsigned miptex_s::height

Definition at line 201 of file qfiles.h.

◆ name

char miptex_s::name[32]

Definition at line 200 of file qfiles.h.

◆ offsets

unsigned miptex_s::offsets[MIPLEVELS]

Definition at line 202 of file qfiles.h.

◆ value

int miptex_s::value

Definition at line 206 of file qfiles.h.

◆ width

unsigned miptex_s::width

Definition at line 201 of file qfiles.h.