vkQuake2 doxygen  1.0 dev
ref.h File Reference

Go to the source code of this file.

Classes

struct  entity_s
 
struct  dlight_t
 
struct  particle_t
 
struct  lightstyle_t
 
struct  refdef_t
 
struct  refexport_t
 
struct  refimport_t
 

Macros

#define MAX_DLIGHTS   32
 
#define MAX_ENTITIES   128
 
#define MAX_PARTICLES   4096
 
#define MAX_LIGHTSTYLES   256
 
#define POWERSUIT_SCALE   4.0F
 
#define SHELL_RED_COLOR   0xF2
 
#define SHELL_GREEN_COLOR   0xD0
 
#define SHELL_BLUE_COLOR   0xF3
 
#define SHELL_RG_COLOR   0xDC
 
#define SHELL_RB_COLOR   0x68
 
#define SHELL_BG_COLOR   0x78
 
#define SHELL_DOUBLE_COLOR   0xDF
 
#define SHELL_HALF_DAM_COLOR   0x90
 
#define SHELL_CYAN_COLOR   0x72
 
#define SHELL_WHITE_COLOR   0xD7
 
#define ENTITY_FLAGS   68
 
#define API_VERSION   3
 

Typedefs

typedef struct entity_s entity_t
 
typedef refexport_t(* GetRefAPI_t) (refimport_t)
 

Macro Definition Documentation

◆ API_VERSION

#define API_VERSION   3

Definition at line 128 of file ref.h.

◆ ENTITY_FLAGS

#define ENTITY_FLAGS   68

Definition at line 80 of file ref.h.

◆ MAX_DLIGHTS

#define MAX_DLIGHTS   32

Definition at line 25 of file ref.h.

◆ MAX_ENTITIES

#define MAX_ENTITIES   128

Definition at line 26 of file ref.h.

◆ MAX_LIGHTSTYLES

#define MAX_LIGHTSTYLES   256

Definition at line 28 of file ref.h.

◆ MAX_PARTICLES

#define MAX_PARTICLES   4096

Definition at line 27 of file ref.h.

◆ POWERSUIT_SCALE

#define POWERSUIT_SCALE   4.0F

Definition at line 30 of file ref.h.

◆ SHELL_BG_COLOR

#define SHELL_BG_COLOR   0x78

Definition at line 39 of file ref.h.

◆ SHELL_BLUE_COLOR

#define SHELL_BLUE_COLOR   0xF3

Definition at line 34 of file ref.h.

◆ SHELL_CYAN_COLOR

#define SHELL_CYAN_COLOR   0x72

Definition at line 44 of file ref.h.

◆ SHELL_DOUBLE_COLOR

#define SHELL_DOUBLE_COLOR   0xDF

Definition at line 42 of file ref.h.

◆ SHELL_GREEN_COLOR

#define SHELL_GREEN_COLOR   0xD0

Definition at line 33 of file ref.h.

◆ SHELL_HALF_DAM_COLOR

#define SHELL_HALF_DAM_COLOR   0x90

Definition at line 43 of file ref.h.

◆ SHELL_RB_COLOR

#define SHELL_RB_COLOR   0x68

Definition at line 38 of file ref.h.

◆ SHELL_RED_COLOR

#define SHELL_RED_COLOR   0xF2

Definition at line 32 of file ref.h.

◆ SHELL_RG_COLOR

#define SHELL_RG_COLOR   0xDC

Definition at line 36 of file ref.h.

◆ SHELL_WHITE_COLOR

#define SHELL_WHITE_COLOR   0xD7

Definition at line 47 of file ref.h.

Typedef Documentation

◆ entity_t

typedef struct entity_s entity_t

◆ GetRefAPI_t

typedef refexport_t(* GetRefAPI_t) (refimport_t)

Definition at line 227 of file ref.h.