NPOT Texture streaming

Hi all,

I am currently experiencing problems while streaming npot textures to the gpu memory. i get an invalid operation on the glTexSubImage2D. I use PBOs. Creating stuff works fine. So my question is: is it possible? :slight_smile: if so, it means i have a bug in my codeā€¦ elseā€¦ i have to find another solutionā€¦

thanks in advance,

Itā€™s ok, i got it solved.