summaryrefslogtreecommitdiff
path: root/src/rendering.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-11 18:16:02 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-11 18:16:02 +0100
commitf6a9ffd92b8470a32fb4ebd6342dea4b9539f586 (patch)
tree45874727562a7ff7550c8bb7f148c9b3a21c0130 /src/rendering.h
parentc919417673520e95c149e79270155d798eb613d7 (diff)
modern api
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 {