Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualpowly k

Posted 29 August 2012 - 02:00 PM

Calling glGetError without a context is invalid, as it is a gl function and you should have the context before calling it. And have you tried calling glFinish() or glFlush() after the operations?

I'm also wondering what you mean by "submitting the results to GPU", if you never read back the texture data to CPU won't you just keep working on the same data? The piece of code you commented as submitting the results just binds another texture.

#2powly k

Posted 29 August 2012 - 01:57 PM

Calling glGetError without a context is invalid, as it is a gl function and you should have the context before calling it. And have you tried calling glFinish() or glFlush() after the operations?

#1powly k

Posted 29 August 2012 - 01:54 PM

Calling glGetError without a context is invalid, as it is a gl function and you should have the context before calling it.

PARTNERS