Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5564 serge 1
{
2
	global:
3
		OSMesaColorClamp;
4
		OSMesaCreateContext;
5
		OSMesaCreateContextExt;
6
		OSMesaDestroyContext;
7
		OSMesaGetColorBuffer;
8
		OSMesaGetCurrentContext;
9
		OSMesaGetDepthBuffer;
10
		OSMesaGetIntegerv;
11
		OSMesaGetProcAddress;
12
		OSMesaMakeCurrent;
13
		OSMesaPixelStore;
14
		OSMesaPostprocess;
15
		gl*;
16
		mgl*;
17
	local:
18
		*;
19
};