Developing Games on Intel Graphics
If you are gaming on graphics integrated in your Intel Processor, this is the place for you! Find answers to your questions or post your issues with PC games
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
467 Discussions

OpenGL ES2 offline shader compiler

tom_m_
Beginner
419 Views

Does anyone know if there is an option in any tool or a stand alone tool to compile glsl for ES2 windows 7/8?

Looking for one that supports HD4000/3000.   

0 Kudos
3 Replies
Neal_Pierman
Valued Contributor I
419 Views

Hi,

I've moved this article to the right forum (it was originally submitted to the Intel GPA support forum), so you'll be more likely be able to get a response to your question.

Regards,

Neal

ron_f_Intel
Employee
419 Views

Hi Tom,

   you would have to write your own as OGL shaders (at least for ES 2.0) are compiled by the driver. In any case it would only be to verify syntax, as you won't be able to save then output till GLES 3.0, which contains support for precompiled shaders.

- Ron

Reply