Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ resetView
Function
resetView
3rdparty/bgfx/src/bgfx.cpp:5383–5387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5381
}
5382
5383
void resetView(ViewId _id)
5384
{
5385
BX_ASSERT(checkView(_id),
"Invalid view id: %d"
, _id);
5386
s_ctx->resetView(_id);
5387
}
5388
5389
#define BGFX_CHECK_ENCODER0() \
5390
BGFX_CHECK_API_THREAD(); \
Callers
1
init
Method · 0.85
Calls
1
checkView
Function · 0.85
Tested by
no test coverage detected