Ask Your Question
2

In OpenGL ES 2.0, which GLSL versions are compatible?

asked 2023-06-30 12:32:30 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-06-30 13:01:02 +0000

djk gravatar image

OpenGL ES 2.0 is compatible with GLSL ES version 1.00. This is a variant of the GLSL language specifically designed for use with OpenGL ES 2.0. It includes many of the same features as the full version of GLSL, but with some differences and limitations due to the different hardware architecture of mobile devices.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-30 12:32:30 +0000

Seen: 11 times

Last updated: Jun 30 '23