PSYQo
Public Member Functions | Public Attributes | List of all members
psyqo::Prim::FastFill Struct Reference

The FastFill primitive. More...

#include <primitives.hh>

Collaboration diagram for psyqo::Prim::FastFill:
Collaboration graph
[legend]

Public Member Functions

 FastFill (Color c)
 
void setColor (Color c)
 

Public Attributes

Rect rect
 

Detailed Description

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.


The documentation for this struct was generated from the following file: