diff options
| author | realtradam <[email protected]> | 2023-06-17 02:44:27 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-06-17 02:44:27 -0400 |
| commit | 2b4fef04217ba2b0ab5eb71cc23d518340cd979d (patch) | |
| tree | 6052855a94a10dfddf0e56c5c1a7ec366e14f855 /include/rodeo/gfx.h | |
| parent | 77337049740437d1f707018c862fc2d891f29abf (diff) | |
| download | RodeoKit-swirly-rotation.tar.gz RodeoKit-swirly-rotation.zip | |
broken swirly rotationswirly-rotation
Diffstat (limited to 'include/rodeo/gfx.h')
| -rw-r--r-- | include/rodeo/gfx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rodeo/gfx.h b/include/rodeo/gfx.h index 5ca19b0..69040e4 100644 --- a/include/rodeo/gfx.h +++ b/include/rodeo/gfx.h @@ -56,6 +56,7 @@ rodeo_gfx_texture_2d_destroy(rodeo_gfx_texture_2d_t texture); void rodeo_gfx_rectangle_draw( const rodeo_rectangle_t rectangle, + const float turns, const rodeo_color_RGBAFloat_t color ); @@ -84,6 +85,7 @@ void rodeo_gfx_texture_2d_draw( const rodeo_rectangle_t destination, const rodeo_rectangle_t source, + const float turns, const rodeo_color_RGBAFloat_t color, const rodeo_gfx_texture_2d_t texture ); |
