Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ProgramMain
Function
ProgramMain
samples/cgpu/cgpu-basic/texture/texture.c:449–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
void ProgramMain(void* usrdata)
450
{
451
initialize(usrdata);
452
raster_program();
453
finalize();
454
}
455
456
int main(int argc, char* argv[])
457
{
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