vkQuake2 doxygen  1.0 dev
_TargaHeader Struct Reference

Public Attributes

unsigned char id_length
 
unsigned char colormap_type
 
unsigned char image_type
 
unsigned short colormap_index
 
unsigned short colormap_length
 
unsigned char colormap_size
 
unsigned short x_origin
 
unsigned short y_origin
 
unsigned short width
 
unsigned short height
 
unsigned char pixel_size
 
unsigned char attributes
 

Detailed Description

Definition at line 190 of file r_image.c.

Member Data Documentation

◆ attributes

unsigned char _TargaHeader::attributes

Definition at line 195 of file r_image.c.

Referenced by LoadTGA().

◆ colormap_index

unsigned short _TargaHeader::colormap_index

Definition at line 192 of file r_image.c.

Referenced by LoadTGA().

◆ colormap_length

unsigned short _TargaHeader::colormap_length

Definition at line 192 of file r_image.c.

Referenced by LoadTGA().

◆ colormap_size

unsigned char _TargaHeader::colormap_size

Definition at line 193 of file r_image.c.

Referenced by LoadTGA().

◆ colormap_type

unsigned char _TargaHeader::colormap_type

Definition at line 191 of file r_image.c.

Referenced by LoadTGA().

◆ height

unsigned short _TargaHeader::height

Definition at line 194 of file r_image.c.

Referenced by LoadTGA().

◆ id_length

unsigned char _TargaHeader::id_length

Definition at line 191 of file r_image.c.

Referenced by LoadTGA().

◆ image_type

unsigned char _TargaHeader::image_type

Definition at line 191 of file r_image.c.

Referenced by LoadTGA().

◆ pixel_size

unsigned char _TargaHeader::pixel_size

Definition at line 195 of file r_image.c.

Referenced by LoadTGA().

◆ width

unsigned short _TargaHeader::width

Definition at line 194 of file r_image.c.

Referenced by LoadTGA().

◆ x_origin

unsigned short _TargaHeader::x_origin

Definition at line 194 of file r_image.c.

Referenced by LoadTGA().

◆ y_origin

unsigned short _TargaHeader::y_origin

Definition at line 194 of file r_image.c.

Referenced by LoadTGA().