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

Method updateViewName

3rdparty/bgfx/src/renderer_gl.cpp:3626–3632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3624 }
3625
3626 void updateViewName(ViewId _id, const char* _name) override
3627 {
3628 bx::strCopy(&s_viewName[_id][BGFX_CONFIG_MAX_VIEW_NAME_RESERVED]
3629 , BX_COUNTOF(s_viewName[0])-BGFX_CONFIG_MAX_VIEW_NAME_RESERVED
3630 , _name
3631 );
3632 }
3633
3634 void updateUniform(uint16_t _loc, const void* _data, uint32_t _size) override
3635 {

Callers 1

rendererExecCommandsMethod · 0.45

Calls 1

strCopyFunction · 0.85

Tested by

no test coverage detected