OpenGL ES

 36 Minutes
 18 Questions


This test will assess a candidate's knowledge of the basic concepts of OpenGL ES, as well as their understanding of shaders and texturing. The test will include questions on topics such as the fundamentals of 3D graphics, the use of shaders to create visual effects, and how to apply textures to 3D models. Candidates should be able to demonstrate their ability to use OpenGL ES to create 3D graphics and manipulate textures.


Example Question:

Multiple-Choice
Answers
 
1. It creates a 2X2 pixels texture with one blue pixel.
 
2. It creates a 4X4 pixels transparent texture.
 
3. This code will work only on an 8-bit platform.
 
4. This code will not work because it must use glTexImage2D() for loading texture data from files.