Alan Stoate
Alan Stoate
Hi @zeroshade I've had a go at adding these MemoryManager methods, just a few q's: - I've added all the copy/view methods in MemoryManager as slice versions I'm not sure...
@zeroshade @felipecrv thanks for the feedback and happy to refactor a bit So if I'm understanding correctly we want a ``` CopyBufferSlice ``` that copies from a buffer using the...
@felipecrv I've had another go with just the ```CopyBufferSliceFrom``` function Not too sure about the interface especially copying into a ```void*```, but I'm not really sure how else to copy...