1
C / C++ /C# / Re: OGL: Loading Images From Memory
« on: November 15, 2012 »
Cheers Knurz!! Will see how I get on with FBO's
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

10 PRINT "MY NAME IS CLYDE ";
20 GOTO 10
glEnable ( GL_ALPHA_TEST )
glEnable ( GL_BLEND )
glBlendFunc( GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA )
glAlphaFunc( GL_GREATER, 0.0f )