hadronized / quaazar

Realtime 3D engine
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

swapBuffers needs a new name #69

Closed hadronized closed 9 years ago

hadronized commented 9 years ago

swapBuffers :: ForwardRenderer -> GPUFrame -> Viewport -> Post -> m () outputs a Post result into a GPUFrame using a given Viewport. We need a better name for that, like display or what.

hadronized commented 9 years ago

Changed as we introduced displayInto.