So I have long been at the point with filters etc not working for windows native that I have started to teach myself opengl (all ive done so far is draw a triangle and get it to rotate along any axis lol) However there is so many different versions and it is difficult to tell what version lime is using, even (for example there is a hardcoded version number of 2 in there, and quering using the api results in something like 3755 and 705 but I am pretty sure it isnt opengl 3.7 …is it?)
From what I understand, for cross compatibility we probably use a lower version, maybe something on the level of webgl? or maybe as low as 1.2? anyways I am shopping for books (as if I don’t already have enough of those lol) and was wondering what versions of the “red book” and “blue book” to get… ive already gotten them for 4.2 but it’s painfully clear those are too advanced for w/e lime is using (for example no uniform structs, or layout support). or are there better books for the particular flavor we use? in any case I want to eventually help development esp when it comes to killer custom uniform shaders. though personally I will be targeting windows native