Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

GLIDEDRV.H File Reference

#include "BaseType.h"
#include "DCommon.h"

Go to the source code of this file.

Functions

void SetLastDrvError (int32 Error, char *ErrorStr)

Variables

DRV_Driver GLIDEDRV


Function Documentation

void SetLastDrvError int32  Error,
char *  ErrorStr
 

Definition at line 250 of file D3ddrv7x.cpp.

00251 {
00252         LastError = Error;
00253         
00254         if (ErrorStr)
00255         {
00256                 strcpy(LastErrorStr, ErrorStr);
00257         }
00258         else
00259                 LastErrorStr[0] = NULL;
00260 
00261     D3DDRV.LastErrorStr = LastErrorStr;
00262     D3DDRV.LastError = LastError;
00263 }


Variable Documentation

DRV_Driver GLIDEDRV
 

Definition at line 29 of file GLIDEDRV.H.

Referenced by BeginScene(), BeginWorld(), DriverHook(), EndWorld(), Render_GouraudPoly(), Render_LinesPoly(), Render_WorldPoly(), and SetLastDrvError().


Generated on Tue Sep 30 12:37:38 2003 for GTestAndEngine by doxygen 1.3.2