Method: Gosu::Window#flush
- Defined in:
- lib/gosu_android/main-window.rb
#flush ⇒ Object
Flushes all drawing operations to OpenGL so that Z-ordering can start anew. This is useful when drawing several parts of code on top of each other that use conflicting z positions.
255 |
# File 'lib/gosu_android/main-window.rb', line 255 def flush; end |