A function defined in BBMOD_PostProcessor.gml
draw(_surface, _x, _y)
If enabled, draws a surface with post-processing applied, otherwise draws the original surface.
Name | Type | Description |
---|---|---|
_surface | Id.Surface |
The surface to draw with post-processing applied. |
_x | Real |
The X position to draw the surface at. |
_y | Real |
The Y position to draw the surface at. |
Struct.BBMOD_PostProcessor
Returns self
.
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.