|
surface_set_target(id) |
|
id = name of the variable which holds the ID of the surface (see surface_create).
Example
This function sets the drawing target to the surface with the corresponding ID instead of drawing to the main window. This is useful because it lets you perform the draw actions once instead of constantly at the draw event. This saves much speed.
esh_corp11 - Revision #1 |