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

#include <merged.h>

Public Types

enum  imgtype_e {
  PTI_2D , PTI_3D , PTI_CUBE , PTI_2D_ARRAY ,
  PTI_CUBE_ARRAY , PTI_ANY
}
 

Public Attributes

enum pendingtextureinfo::imgtype_e type
 
uploadfmt_t encoding
 
voidextrafree
 
int mipcount
 
struct {
   void *   data
 
   size_t   datasize
 
   int   width
 
   int   height
 
   int   depth
 
   qboolean   needfree
 
mip [72]
 

Member Enumeration Documentation

◆ imgtype_e

Enumerator
PTI_2D 
PTI_3D 
PTI_CUBE 
PTI_2D_ARRAY 
PTI_CUBE_ARRAY 
PTI_ANY 

Member Data Documentation

◆ data

void* pendingtextureinfo::data

◆ datasize

size_t pendingtextureinfo::datasize

◆ depth

int pendingtextureinfo::depth

◆ encoding

uploadfmt_t pendingtextureinfo::encoding

◆ extrafree

void* pendingtextureinfo::extrafree

◆ height

int pendingtextureinfo::height

◆ 

struct { ... } pendingtextureinfo::mip[72]

◆ mipcount

int pendingtextureinfo::mipcount

◆ needfree

qboolean pendingtextureinfo::needfree

◆ type

enum pendingtextureinfo::imgtype_e pendingtextureinfo::type

◆ width

int pendingtextureinfo::width

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