vkQuake2 doxygen  1.0 dev
mtexinfo_s Struct Reference

#include <r_model.h>

Public Attributes

float vecs [2][4]
 
float mipadjust
 
image_timage
 
int flags
 
int numframes
 
struct mtexinfo_snext
 

Detailed Description

Definition at line 83 of file r_model.h.

Member Data Documentation

◆ flags

◆ image

◆ mipadjust

float mtexinfo_s::mipadjust

Definition at line 86 of file r_model.h.

Referenced by D_SolidSurf(), and Mod_LoadTexinfo().

◆ next

struct mtexinfo_s * mtexinfo_s::next

Definition at line 90 of file r_model.h.

Referenced by Mod_LoadTexinfo(), and R_TextureAnimation().

◆ numframes

int mtexinfo_s::numframes

Definition at line 89 of file r_model.h.

Referenced by Mod_LoadTexinfo(), and R_TextureAnimation().

◆ vecs