Subversion Repositories Kolibri OS

Rev

Rev 5153 | Rev 5175 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5153 Rev 5171
Line 128... Line 128...
128
struct GLParamBuffer
128
struct GLParamBuffer
129
	ops rd OP_BUFFER_MAX_SIZE ;GLParam[OP_BUFFER_MAX_SIZE]
129
	ops rd OP_BUFFER_MAX_SIZE ;GLParam[OP_BUFFER_MAX_SIZE]
130
	next dd ? ;struct GLParamBuffer*
130
	next dd ? ;struct GLParamBuffer*
131
ends
131
ends
Line -... Line 132...
-
 
132
 
-
 
133
offs_gpbu_ops equ 0
-
 
134
offs_gpbu_next equ 4*OP_BUFFER_MAX_SIZE
132
 
135
 
133
struct GLList
136
struct GLList
134
	first_op_buffer dd ? ;GLParamBuffer*
137
	first_op_buffer dd ? ;GLParamBuffer*
135
;  /* TODO: extensions for an hash table or a better allocating scheme */
138
	; TODO: extensions for an hash table or a better allocating scheme
Line 136... Line 139...
136
ends
139
ends
137
 
140
 
138
struct GLVertex
141
struct GLVertex