summaryrefslogtreecommitdiff
path: root/win32/plugins/peopsxgl/gpuPeopsOpenGL.def
blob: a137b62cf33f6f5d2e967819c86b0b0f1bdd1d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; gpuPeopsOpenGL.def : Declares the module parameters for the DLL.

LIBRARY      "gpuPeopsOpenGL"
DESCRIPTION  'gpuPeopsOpenGL OpenGL Windows Dynamic Link Library'
EXPORTS
    ; Explicit exports can go here
	PSEgetLibType		@2
	PSEgetLibName		@3
	PSEgetLibVersion	@4
	GPUinit				@5
	GPUshutdown			@6
	GPUopen				@7
	GPUclose			@8
	GPUconfigure		@9
	GPUabout			@10
	GPUtest				@11
	GPUwriteData		@12
	GPUwriteStatus		@13
	GPUreadData			@14
	GPUreadStatus		@15
	GPUdmaChain			@16
	GPUupdateLace		@17
	GPUmakeSnapshot     @18
    GPUwriteDataMem     @19
    GPUreadDataMem      @20
	GPUdisplayFlags		@21
	GPUfreeze			@22
	GPUgetScreenPic     @23
	GPUshowScreenPic    @24

    GPUcursor           @25

    GPUsetfix           @26
	GPUsetframelimit    @27
	GPUvisualVibration  @28
	GPUaddVertex        @29

	GPUpgxpMemory		@30
	GPUpgxpCacheVertex	@31

	GPUtoggleDebug		@32