blob: cad7b6b726d9f09726f4f162e83819c780943a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* PARSEC HEADER: vsdl_buffo.h
*/
#ifndef _VSDL_BUFFO_H_
#define _VSDL_BUFFO_H_
// vx_buffa.c implements the following functions
// ---------------------------------------------
// void VIDs_ClearRenderBuffer();
// void VIDs_CommitRenderBuffer();
// char* VIDs_ScreenshotBuffer( int create, int *size );
#endif // _VSDL_BUFFO_H_
|