6 lines
		
	
	
		
			188 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			188 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: alien kernel x11.glx ;
							 | 
						||
| 
								 | 
							
								IN: opengl.gl.x11
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								: gl-function-context ( -- context ) glXGetCurrentContext ; inline
							 | 
						||
| 
								 | 
							
								: gl-function-address ( name -- address ) glXGetProcAddressARB ; inline
							 |