Thanks for the reply. I don't know whats up. I downloaded a .raw file from the internet and the image is displayed correctly. Something must have gone wrong in my end when I was exporting my image to...
Type: Posts; User: petemyster
Thanks for the reply. I don't know whats up. I downloaded a .raw file from the internet and the image is displayed correctly. Something must have gone wrong in my end when I was exporting my image to...
I am importing my own .raw file and creating a texture from it. When I draw it on the screen it appears to be tiled 3x3 and I don't know why. Can anyone help me out?
Here is what is shown:...
I'm posting this as a follow up, because everyone hates the guy who just abandons his own help thread when he gets the problem solved.
I'm not sure how I fixed this to be honest. I gave up and...
Hey guys,
I am trying to read in a photoshop .raw file and use its data to create an OpenGl texture. Here is the code I have at the minute
GLuint _texture;
LoadTestTexture(int width, int...