FLTK logo

Re: Can Use GLSL in FLTK?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.opengl  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Can Use GLSL in FLTK? Greg Ercolano Dec 14, 2012  
 
On 12/10/12 01:34, Sepehr Aryani wrote:
> Hi,
> I'm wondering if we can use GLSL in fltk application.
> I also want to know which version of OpenGL FLTK support.
> If there is a sample code to help I'll appreciate.

	I don't think there are any modern versions of openGL
	that FLTK /doesn't/ support, so it should work with whatever
	version you have.

	FLTK generally only gets involved to establish the openGL context.
	From there, all your openGL calls go directly to the openGL library,
	not through FLTK, which should mean any extensions to openGL (such as GLSL)
	should be supported without any special coding in FLTK.

	So in other words it should just work.
	If it doesn't, let us know.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.