7 lines
		
	
	
		
			228 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			228 B
		
	
	
	
		
			Factor
		
	
	
|  | USING: kernel alien ;
 | ||
|  | IN: opengl.gl.macosx | ||
|  | 
 | ||
|  | : gl-function-context ( -- context ) 0 ; inline
 | ||
|  | : gl-function-address ( name -- address ) "gl" load-library dlsym ; inline
 | ||
|  | : gl-function-calling-convention ( -- str ) "cdecl" ; inline
 |