shithub: qk1

ref: 06eb848b99587ef882c121a5a65d2082e3b88aeb
dir: qk1/r_vars.c

View raw version
// r_vars.c: global refresh variables

#include <u.h>
#include <libc.h>
#include	"quakedef.h"

#ifndef	id386

// all global and static refresh variables are collected in a contiguous block
// to avoid cache conflicts.

//-------------------------------------------------------
// global refresh variables
//-------------------------------------------------------

// FIXME: make into one big structure, like cl or sv
// FIXME: do separately for refresh engine and driver

int	r_bmodelactive;

#endif	// !id386