Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ frame
Function
frame
3rdparty/bgfx/src/bgfx.cpp:4147–4151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4145
}
4146
4147
uint32_t frame(bool _capture)
4148
{
4149
BGFX_CHECK_API_THREAD();
4150
return s_ctx->frame(_capture);
4151
}
4152
4153
const Caps* getCaps()
4154
{
Callers
7
init
Method · 0.85
shutdown
Method · 0.85
offline
Function · 0.85
offline
Function · 0.85
offline
Method · 0.85
frame
Method · 0.85
main_loop
Method · 0.85
Calls
1
frame
Method · 0.45
Tested by
no test coverage detected