dreamcast/holly/core.hpp
Zack Buhman 95a30b5164 example: add macaw_multipass
I don't like this example very much, but it was an interesting
experiment regardless.
2023-12-14 13:07:26 +08:00

5 lines
86 B
C++

#pragma once
void core_init();
void core_start_render(int frame_ix, int num_frames);