diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-12 14:16:55 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-12 14:16:55 -0700 |
| commit | 251b611fef77533082165bab0b88eefa05b49fbe (patch) | |
| tree | a3286e1fb991f5b0ecbace6208cb6c0ef1dcb845 /include/teapot.h | |
| parent | 8fc46365d6bdcde0c18a8b413b9f7a80fa487107 (diff) | |
Diffstat (limited to 'include/teapot.h')
| -rw-r--r-- | include/teapot.h | 1 |
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 |