GLES2+ on AmigaOS – Colour Another Way – Vertex Attributes
Today I’m going to show you another way to draw coloured triangles with OpenGL (ES). It’ll look less interesting than the previous tutorial’s method. However, it’s a good way to introduce using multiple vertex attributes and you’ll need that for almost everything from here on out.Per Vertex ColourAs the name suggests, vertex attributes are “attributes […]