Line | |
---|
1 | /* $Id: mesadive.h,v 1.1 2000-03-01 18:49:32 jeroen Exp $ */
|
---|
2 |
|
---|
3 | BOOL _System DiveInit( PWMC, HWND );
|
---|
4 | void _System DiveFree( PWMC );
|
---|
5 | void _System DiveWriteBackbuffer( PWMC , int, int, BYTE, BYTE, BYTE );
|
---|
6 | void _System DiveWriteFrontbuffer( PWMC , int, int, BYTE, BYTE, BYTE );
|
---|
7 | ULONG _System DiveBlitSetup(PWMC,BOOL);
|
---|
8 | void _System DiveFlush( PWMC );
|
---|
9 | void _System DiveGlobalTerminate(void);
|
---|
10 | void _System DiveGlobalInitialize(void);
|
---|
11 | BOOL _System DiveDirectAccess(void);
|
---|
12 | ULONG _System DiveQueryDepth(void);
|
---|
13 | ULONG _System DiveQueryNativePixelFormat(void);
|
---|
14 | void _System DiveDefineRegion(PWMC,HWND);
|
---|
15 | void _System DiveResizeBuffers(GLint width,GLint height);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.