Mali OpenGL ES 2.0 SDK
#4
@ab1jx: I advise you to take a look at Nehe's OpenGL tutorials, they're great, with a gentle progress curve (AFAIR, I've play with them quite 14 years ago).

And for the shaders, if you are not too much in a rush, the best may be to learn shaders using DX9 and XNA/MonoGame as explained by RB whitaker in his wiki. You may have ot learn C# in the process Wink. I've learn this way and it could be easier and better in the long run, as DX9 have only 2 programmable steps in the rendering pipeline: vertex and pixel shaders (allowing moving vertices and altering colours using the GPU power), DX11 and up add more shaders like a geometry shader which gives more opportunity to play but needs also more to learn first.

The important point about shaders to remember is they lie inside the GPU, which mean there is no feedback to the CPU(*) (shaders are in the rendering step, almost the last in frame generations for games), so they can't be use as a game feature like knowing if an object is under a shadow or not. They still hold a very great power as bloom filtering, all/many sampling (FXAA, Anisotropic, etc they are so much these days), light & shadows, motion blur, reflections, and so on.

(*) not 100% true as texture sampling allow to generate results from calculations and get the result from the generated colour reading the frame buffer data.
  Reply


Messages In This Thread
Mali OpenGL ES 2.0 SDK - by ab1jx - 07-07-2018, 10:04 PM
RE: Mali OpenGL ES 2.0 SDK - by dkryder - 07-08-2018, 12:45 AM
RE: Mali OpenGL ES 2.0 SDK - by ab1jx - 07-08-2018, 08:38 AM
RE: Mali OpenGL ES 2.0 SDK - by MichaelRock - 07-08-2018, 11:38 AM
RE: Mali OpenGL ES 2.0 SDK - by ab1jx - 07-08-2018, 01:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Xorg & Mali stuartiannaylor 5 10,301 12-16-2019, 07:23 AM
Last Post: tomarm
  How to use GLFW / OpenGL ES on Armbian flyx86 1 4,521 11-24-2019, 10:20 AM
Last Post: ab1jx

Forum Jump:


Users browsing this thread: 1 Guest(s)