#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 |
|
||||||||||||
|
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 }
|
|
|
Definition at line 29 of file GLIDEDRV.H. Referenced by BeginScene(), BeginWorld(), DriverHook(), EndWorld(), Render_GouraudPoly(), Render_LinesPoly(), Render_WorldPoly(), and SetLastDrvError(). |
1.3.2