So today my boss said to me :"Learn Open GL as soon as you can, especially about how to make a model and how to implement designs in Open GL. And once you are done email me and I will give you an app for development".
So I am an iOS developer and know nothing about Open GL. I read online that Open GL is an API used for rendering graphics and there is a library of code that needs to be used. So my questions are:
At the end my boss said I will be developing an app, and I am guessing he meant iOS app since that is what I know. So can you use Open GL with iOS?
I read online that Open GL uses C or C++. And iOS apps are written in objective-c or Swift. So If I use OPEN GL in iOS apps, will there be two different languages?