MCPcopy 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

initMethod · 0.85
shutdownMethod · 0.85
offlineFunction · 0.85
offlineFunction · 0.85
offlineMethod · 0.85
frameMethod · 0.85
main_loopMethod · 0.85

Calls 1

frameMethod · 0.45

Tested by

no test coverage detected