doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Functions
tr_orderIndexes.cpp File Reference
#include "../idlib/precompiled.h"
#include "tr_local.h"

Go to the source code of this file.

Classes

struct  vertRef_s
 

Macros

#define CACHE_SIZE   24
 
#define STALL_SIZE   8
 

Typedefs

typedef struct vertRef_s vertRef_t
 

Functions

int R_MeshCost (int numIndexes, glIndex_t *indexes)
 
void R_OrderIndexes (int numIndexes, glIndex_t *indexes)
 

Macro Definition Documentation

#define CACHE_SIZE   24

Definition at line 39 of file tr_orderIndexes.cpp.

#define STALL_SIZE   8

Definition at line 40 of file tr_orderIndexes.cpp.

Typedef Documentation

typedef struct vertRef_s vertRef_t

Function Documentation

int R_MeshCost ( int  numIndexes,
glIndex_t indexes 
)

Definition at line 41 of file tr_orderIndexes.cpp.

void R_OrderIndexes ( int  numIndexes,
glIndex_t indexes 
)

Definition at line 89 of file tr_orderIndexes.cpp.