summaryrefslogtreecommitdiff
path: root/src/renderer/ral.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/ral.h')
-rw-r--r--src/renderer/ral.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/ral.h b/src/renderer/ral.h
index a82a2ba..3697ea5 100644
--- a/src/renderer/ral.h
+++ b/src/renderer/ral.h
@@ -147,7 +147,7 @@ void gpu_buffer_upload();
void gpu_buffer_bind(buffer_handle buffer);
// Textures
-texture_handle gpu_texture_create(texture_desc desc, const void* data);
+texture_handle gpu_texture_create(texture_desc desc, bool create_view, const void* data);
void gpu_texture_destroy();
void gpu_texture_upload();