Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ scatter
Function
scatter
3rdparty/bx/src/bx.cpp:273–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
///
273
void scatter(void* _dst, uint32_t _dstStride, const void* _src, uint32_t _stride, uint32_t _numStrides)
274
{
275
memMove(_dst, _dstStride, _src, _stride, _stride, _numStrides);
276
}
277
278
} // namespace bx
Callers
nothing calls this directly
Calls
1
memMove
Function · 0.85
Tested by
no test coverage detected