MCPcopy Create free account
hub / github.com/crownengine/crown / setViewOrder

Function setViewOrder

3rdparty/bgfx/src/bgfx.cpp:5371–5375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5369 }
5370
5371 void setViewOrder(ViewId _id, uint16_t _num, const ViewId* _order)
5372 {
5373 BX_ASSERT(checkView(_id), "Invalid view id: %d", _id);
5374 s_ctx->setViewOrder(_id, _num, _order);
5375 }
5376
5377 void setViewShadingRate(ViewId _id, ShadingRate::Enum _shadingRate)
5378 {

Callers

nothing calls this directly

Calls 1

checkViewFunction · 0.85

Tested by

no test coverage detected