Help with textures[quote]I'm not sure how I would setup viewport in initrendering since I use the screen size[/quote] ...
Help with textures[quote]I'm trying to display a texture on the square so I just used all 1's. Do you think that that ...
Help with texturesBe sure to set your clear color and be sure to set the current color before rendering the quad. I s...
Help with lagThere is a doubly nested loop that runs 209000 times in the middle of the rendering loop that looks ...
pointersWell it depends on what is at A[2]. For instance, the following would be valid: [code]A[2] = (int*...