I set the last param to (void*)0 because I wish to start at 0 of the IBO because I have a limit of 4096 quads in the IBO which I can draw at one time but I may need to draw a set of 4096 and then 89 or something after and I would need to start at 0 again.
How ever it still refused to draw some of the sprites.
Show differencesHistory of post edits
#2Dekowta
Posted 03 January 2013 - 06:36 AM
I set the last param to (void*)0 because I wish to start at 0 of the IBO because I have a limit of 4096 quads in the IBO which I can draw at one time but I may need to draw a set of 4096 and then 89 or something after and I would need to start at 0 again.
How ever it still refused to draw some of the sprites.
How ever it still refused to draw some of the sprites.
#1Dekowta
Posted 03 January 2013 - 05:44 AM
I set the last param to (void*)0 because I wish to start at 0 of the IBO because I have a limit of 4096 quads in the IBO which I can draw at one time but I may need to draw a set of 4096 and then 89 or something after and I would need to start at 0 again.
It seems to be working all fine with that apart from the font refusing to work when it is the last texture to load which is slightly annoying but I will try and solve that problem.