Subversion Repositories Kolibri OS

Rev

Rev 8063 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8063 Rev 8069
Line 95... Line 95...
95
	scale V3
95
	scale V3
96
	trans V3
96
	trans V3
97
	updated dd ? ;int
97
	updated dd ? ;int
98
ends
98
ends
Line 99... Line -...
99
 
-
 
100
offs_vpor_xmin   equ 0
-
 
101
offs_vpor_ymin   equ 4
-
 
102
offs_vpor_xsize  equ 8
-
 
103
offs_vpor_ysize equ 12
-
 
104
offs_vpor_scale equ 16
-
 
105
offs_vpor_trans equ 28
-
 
106
offs_vpor_updated equ 40
-
 
107
 
99
 
108
struct GLParamBuffer
100
struct GLParamBuffer
109
	ops rd OP_BUFFER_MAX_SIZE ;GLParam[OP_BUFFER_MAX_SIZE]
101
	ops rd OP_BUFFER_MAX_SIZE ;GLParam[OP_BUFFER_MAX_SIZE]
110
	next dd ? ;struct GLParamBuffer*
102
	next dd ? ;struct GLParamBuffer*