summaryrefslogtreecommitdiff
path: root/include/teapot.h
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-12 14:16:55 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-12 14:16:55 -0700
commit251b611fef77533082165bab0b88eefa05b49fbe (patch)
treea3286e1fb991f5b0ecbace6208cb6c0ef1dcb845 /include/teapot.h
parent8fc46365d6bdcde0c18a8b413b9f7a80fa487107 (diff)
Add simple shadowsHEADmaster
Diffstat (limited to 'include/teapot.h')
-rw-r--r--include/teapot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/teapot.h b/include/teapot.h
index 99be7a6..a1af76e 100644
--- a/include/teapot.h
+++ b/include/teapot.h
@@ -24,6 +24,7 @@
void ta_teapot_init(void);
void ta_teapot_upload(SDL_GPUCommandBuffer *command_buffer);
void ta_teapot_render(SDL_GPUCommandBuffer *command_buffer, SDL_GPURenderPass *render_pass);
+void ta_teapot_render_shadow(SDL_GPUCommandBuffer *command_buffer, SDL_GPURenderPass *render_pass);
void ta_teapot_shutdown(void);
#endif // TA_TEAPOT_H \ No newline at end of file