summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-28 21:54:22 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-28 21:54:22 +1100
commitb4cb698d177ada97c976eab059eabedd433abfd0 (patch)
treecf2e860f3fbaf5194791a0278deef6cee5298b3d
parentbe985fa4363816817344f9236efe33997f86e945 (diff)
sphere args
-rw-r--r--src/renderer/cleanroom/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/cleanroom/types.h b/src/renderer/cleanroom/types.h
index 94ec85c..23f2348 100644
--- a/src/renderer/cleanroom/types.h
+++ b/src/renderer/cleanroom/types.h
@@ -130,7 +130,7 @@ void gpu_buffer_upload();
// - dont need to worry about uploading mesh data
// - very useful for debugging
void imm_draw_cuboid();
-void imm_draw_sphere();
+void imm_draw_sphere(vec3 pos, f32 radius, vec4 colour);
void imm_draw_camera_frustum();
static void imm_draw_model(const char* model_filepath); // tracks internally whether the model is loaded