donotturnoff / display

0 stars 0 forks source link

Allow bitmaps to be rendered without flipping buffers #9

Open donotturnoff opened 4 months ago

donotturnoff commented 4 months ago

Currently, rendering a bitmap forces a buffer flip, but there are cases where we may want to render the same buffer multiple times. Perhaps forcing a buffer flip can be the default, with the option to avoid it.