CreateStaticPixmap?

BlitzMax Forums/BlitzMax Beginners Area/CreateStaticPixmap?

BLaBZ(Posted 2012) [#1]
What does it do?

I need to create a pixmap for quick read/write access that will be there for the entirety of my game, would this be the function to use?


AdamRedwoods(Posted 2012) [#2]
CreateStaticPixmap() creates a pixmap from an existing memory pointer.
I do not think it is any faster than a CreatePixmap().

For your purposes, a CreatePixmap() is fine.