2D Game Graphic Designer Question:
Tell me in Android, how you can use load texture method to load the image?

Answer:
The load texture method will take in an image pointer and then load the image into a stream. The stream will then be loaded as a texture into OpenGL.
Previous Question | Next Question |
Tell me how good Bitbucket/Github is for game development? | What is a game loop? |