opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
463 stars 115 forks source link

Where can I find examples for ES20? #82

Closed marcussacana closed 1 year ago

marcussacana commented 1 year ago

Hi! I'm limited in the GL version due the old platform that I want to run the program, I have zero experience with OpenGL so I'm already stuck in the example 2 that use Shaders that can't be compiled in the ES20 and functions that aren't avaiable too, is there any example, maybe a working project, using OpenTK for ES2.0?

NogginBops commented 1 year ago

We do not provide any opengl es 2 samples. However you can follow other tutorials for opengl es 2 and just change the function calls into the GL.SomeFunc format.

If there are any specifics you are wondering about I might be able to help there.

marcussacana commented 1 year ago

Thx, I still in the triangle level, then too early to doubts, I will comment here If I get one later :)