summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/gfx.h')
-rw-r--r--include/rodeo/gfx.h2
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
);