Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
717 B

//----------------------------------------------------------------------------
//
// rampold.h
//
// Structures which define the interface to the old ramp routines.
//
// Copyright (C) Microsoft Corporation, 1997.
//
//----------------------------------------------------------------------------
#ifndef _RAMPOLD_H_
#define _RAMPOLD_H_
#define ROB_DEPTH_NUM 2
#define ROB_RENDER_Z_NUM 2
#define ROB_RENDER_GOURAUD_NUM 2
#define ROB_RENDER_TEXTURE_NUM 3
#define ROB_RENDER_TRANS_NUM 2
typedef struct tagRAMPOLDBEADS
{
PFNRAMPOLD pfnRampOld[ROB_DEPTH_NUM][ROB_RENDER_Z_NUM][ROB_RENDER_GOURAUD_NUM][ROB_RENDER_TEXTURE_NUM][ROB_RENDER_TRANS_NUM];
} RAMPOLDBEADS, *PRAMPOLDBEADS;
#endif