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

Function checkView

3rdparty/bgfx/src/bgfx.cpp:5306–5311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5304 }
5305
5306 bool checkView(ViewId _id)
5307 {
5308 // workaround GCC 4.9 type-limit check.
5309 const uint32_t id = _id;
5310 return id < BGFX_CONFIG_MAX_VIEWS;
5311 }
5312
5313 void setViewName(ViewId _id, const char* _name, int32_t _len)
5314 {

Callers 11

setViewNameFunction · 0.85
setViewRectFunction · 0.85
setViewScissorFunction · 0.85
setViewClearFunction · 0.85
setViewModeFunction · 0.85
setViewFrameBufferFunction · 0.85
setViewTransformFunction · 0.85
setViewOrderFunction · 0.85
setViewShadingRateFunction · 0.85
resetViewFunction · 0.85
setViewUniformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected