dreamcast/holly/core.hpp
Zack Buhman c5078cb030 example: add translucency example
The macaw_multipass example does not work on real hardware.
2023-12-14 20:57:44 +08:00

6 lines
172 B
C++

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