vkQuake2 doxygen  1.0 dev
image_s Struct Reference

#include <r_local.h>

Public Attributes

char name [MAX_QPATH]
 
imagetype_t type
 
int width
 
int height
 
qboolean transparent
 
int registration_sequence
 
bytepixels [4]
 
int upload_width
 
int upload_height
 
struct msurface_stexturechain
 
int texnum
 
float sl
 
float tl
 
float sh
 
float th
 
qboolean scrap
 
qboolean has_alpha
 
qboolean paletted
 
qvktexture_t vk_texture
 

Detailed Description

Definition at line 71 of file r_local.h.

Member Data Documentation

◆ has_alpha

qboolean image_s::has_alpha

Definition at line 98 of file gl_local.h.

Referenced by Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GL_LoadPic().

◆ height

◆ name

◆ paletted

qboolean image_s::paletted

Definition at line 100 of file gl_local.h.

Referenced by GL_ImageList_f(), and GL_LoadPic().

◆ pixels

◆ registration_sequence

◆ scrap

qboolean image_s::scrap

Definition at line 97 of file gl_local.h.

Referenced by GL_LoadPic(), Vk_LoadPic(), and Vk_ShutdownImages().

◆ sh

float image_s::sh

Definition at line 96 of file gl_local.h.

Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().

◆ sl

float image_s::sl

Definition at line 96 of file gl_local.h.

Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().

◆ texnum

◆ texturechain

struct msurface_s * image_s::texturechain

Definition at line 94 of file gl_local.h.

Referenced by DrawTextureChains(), and R_RecursiveWorldNode().

◆ th

float image_s::th

Definition at line 96 of file gl_local.h.

Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().

◆ tl

float image_s::tl

Definition at line 96 of file gl_local.h.

Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().

◆ transparent

qboolean image_s::transparent

Definition at line 76 of file r_local.h.

Referenced by Draw_Pic(), and GL_LoadPic().

◆ type

◆ upload_height

int image_s::upload_height

Definition at line 92 of file gl_local.h.

Referenced by GL_ImageList_f(), GL_LoadPic(), Vk_ImageList_f(), and Vk_LoadPic().

◆ upload_width

int image_s::upload_width

Definition at line 92 of file gl_local.h.

Referenced by GL_ImageList_f(), GL_LoadPic(), Vk_ImageList_f(), and Vk_LoadPic().

◆ vk_texture

◆ width