Closed XinYueStudio closed 6 years ago
void memCopy(void* _dst, const void* _src, size_t _numBytes) {
memCopyRef(_dst, _src, _numBytes);
::memcpy(_dst, _src, _numBytes);
}
I've updated bgfx to master. Can you still repreoduce this. Can you give me a more detailed repo? Platform, renderer, callstack, some use case, because crash in memcpy tells me nothing.
if BX_CRT_NONE
else
endif // BX_CRT_NONE