Closed lkesteloot closed 7 years ago
When a demo program quits and returns to buttonfly, buttonfly immediately fills the command buffer with triangles. The FPGA might still be rasterizing. Pause at the top of the loop if the FPGA is busy.
Fixed by 49e9ad56.
When a demo program quits and returns to buttonfly, buttonfly immediately fills the command buffer with triangles. The FPGA might still be rasterizing. Pause at the top of the loop if the FPGA is busy.