Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ProgramMain
Function
ProgramMain
samples/cgpu/cgpu-basic/texture/tiled_texture.c:545–550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
void ProgramMain(void* usrdata)
546
{
547
initialize(usrdata);
548
raster_program();
549
finalize();
550
}
551
552
int main(int argc, char* argv[])
553
{
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