Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ProgramMain
Function
ProgramMain
samples/cgpu/cgpu-basic/hot-triangle/triangle.c:289–294 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
void ProgramMain(void* usrdata)
290
{
291
initialize(usrdata);
292
raster_program();
293
finalize();
294
}
295
296
int main(int argc, char* argv[])
297
{
Callers
1
main
Function · 0.70
Calls
3
initialize
Function · 0.70
raster_program
Function · 0.70
finalize
Function · 0.70
Tested by
no test coverage detected