Since the user can select one of two image maps to be applied, we want an easy way two switch between the two. We use texture names to serve this purpose. In turn, we bind to each name texture properties and a bmp file and, in turn, create a named "texture object." As seen here, we create a set of two names with a call to glGenTextures, passing it an array of GLuint and the number of elements to be generated.