| 1 | import { initWindow, windowShouldClose, beginDrawing, endDrawing, clearBackground, setTargetFPS, drawText, drawCube, drawGrid, beginMode3D, endMode3D, Colors } from 'bloom'; |
| 2 | |
| 3 | initWindow(800, 600, "Bloom 3D Test"); |
| 4 | setTargetFPS(60); |
nothing calls this directly
no test coverage detected