| 
    Nugget
    
   | 
 
The FastFill primitive. More...
#include <psyqo/primitives/misc.hh>

Public Member Functions | |
| FastFill () | |
| FastFill (Color c) | |
| FastFill & | setColor (Color c) | 
Public Attributes | |
| Rect | rect | 
The FastFill primitive.
Sending this command will fill the VRAM space specified by the rect member with the color specified by the Color argument of the constructor or the setColor method.
This primitive will ignore the current scissor, so it's not a good idea to use it directly. It'll be used properly by the various GPU clear commands.
      
  | 
  inline | 
      
  | 
  inline | 
| Rect psyqo::Prim::FastFill::rect |