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

Method createVertexLayout

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

Source from the content-addressed store, hash-verified

3321 }
3322
3323 void createVertexLayout(VertexLayoutHandle _handle, const VertexLayout& _layout) override
3324 {
3325 VertexLayout& layout = m_vertexLayouts[_handle.idx];
3326 bx::memCopy(&layout, &_layout, sizeof(VertexLayout) );
3327 dump(layout);
3328 }
3329
3330 void destroyVertexLayout(VertexLayoutHandle /*_handle*/) override
3331 {

Callers 2

rendererExecCommandsMethod · 0.45
createVertexLayoutFunction · 0.45

Calls 2

memCopyFunction · 0.85
dumpFunction · 0.85

Tested by

no test coverage detected