Hello, I cannot post in the BlitzPlus forum, so I am posting here.
I am writing a program where I try to draw something directly on the frontbuffer, using SetBuffer FrontBuffer(). However, when I do that, nothing at all appears on the screen. The only way for me to get something except a blank screen is to get rid of the line and use Flip, but that draws on the BackBuffer().
Can you tell me a way to draw on the FrontBuffer()? I want the bad animation and the other pitfalls that come with it, this demo is for demonstration purposes.
Thanks
-Maneesh
I am writing a program where I try to draw something directly on the frontbuffer, using SetBuffer FrontBuffer(). However, when I do that, nothing at all appears on the screen. The only way for me to get something except a blank screen is to get rid of the line and use Flip, but that draws on the BackBuffer().
Can you tell me a way to draw on the FrontBuffer()? I want the bad animation and the other pitfalls that come with it, this demo is for demonstration purposes.
Thanks
-Maneesh