diff options
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 |