NSString *path = [[NSBundle mainBundle]pathForResource:@"argame00" ofType:@"jpg"];
textureInfo = [GLKTextureLoader textureWithContentsOfFile:path options:nil error:nil];
glBindTexture(GL_TEXTURE_2D, textureInfo.name);
Replace the texture_id in the render function: