Mercurial > mm7
comparison Render.h @ 2101:ee2724b9ca05
RasterLine2D fix and etc.
author | Ritor1 |
---|---|
date | Mon, 16 Dec 2013 18:43:42 +0600 |
parents | 259df09dfb50 |
children | 0db53678ff48 |
comparison
equal
deleted
inserted
replaced
2100:e460ca22fe8a | 2101:ee2724b9ca05 |
---|---|
290 void CreateZBuffer(); | 290 void CreateZBuffer(); |
291 void Release(); | 291 void Release(); |
292 void CreateSomeTexture(); | 292 void CreateSomeTexture(); |
293 bool InitializeFullscreen(); | 293 bool InitializeFullscreen(); |
294 bool SwitchToWindow(); | 294 bool SwitchToWindow(); |
295 char RasterLine2D(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW, unsigned __int16 uColor); | 295 char RasterLine2D(signed int uX, signed int uY, signed int uZ, signed int uW, unsigned __int16 uColor); |
296 void ClearZBuffer(int a2, int a3); | 296 void ClearZBuffer(int a2, int a3); |
297 void SetRasterClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); | 297 void SetRasterClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); |
298 void ParseTargetPixelFormat(); | 298 void ParseTargetPixelFormat(); |
299 bool LockSurface_DDraw4(IDirectDrawSurface4 *pSurface, DDSURFACEDESC2 *pDesc, unsigned int uLockFlags); | 299 bool LockSurface_DDraw4(IDirectDrawSurface4 *pSurface, DDSURFACEDESC2 *pDesc, unsigned int uLockFlags); |
300 bool LockSurface_DDraw2(IDirectDrawSurface2 *pSurface, DDSURFACEDESC *pDesc, unsigned int uLockFlags); | 300 bool LockSurface_DDraw2(IDirectDrawSurface2 *pSurface, DDSURFACEDESC *pDesc, unsigned int uLockFlags); |