Subversion Repositories Kolibri OS

Rev

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

Rev 5418 Rev 6523
Line 1019... Line 1019...
1019
 
1019
 
1020
align 4
1020
align 4
1021
proc glDebug uses eax, mode:dword
1021
proc glDebug uses eax, mode:dword
1022
	stdcall gl_get_context ;после вызова функции в eax указатель на GLContext
1022
	stdcall gl_get_context ;после вызова функции в eax указатель на GLContext
1023
	push dword[mode]
1023
	push dword[mode]
1024
	pop dword[eax+offs_cont_print_flag]
1024
	pop dword[eax+GLContext.print_flag]
1025
	ret
1025
	ret