summaryrefslogtreecommitdiff
path: root/src/rendering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rendering.h')
-rw-r--r--src/rendering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rendering.h b/src/rendering.h
index 7803040..5896697 100644
--- a/src/rendering.h
+++ b/src/rendering.h
@@ -32,7 +32,7 @@ bool wayc_image_upload(texture_t texture, ivec2 offset, u32 width, u32 height,
image_type_e type, image_format_e format,
image_data_type_e data_type, const u8* data);
-void wayc_image_use(texture_t texture, image_type_e type, u32 slot);
+void wayc_image_use(texture_t texture, u32 slot);
void wayc_image_deinit(texture_t* texture);
enum sample_filter_e {