I'm learning C++ and have been following this learn openGL tutorial. I'm trying to geta texture file and put it into data, but I can't seem to get anything to work. What would be the best way to go about this?
unsigned char* data = stbi_load("WHAT TO PUT HERE ", &width, &height, &nrChannels, 0);