Francis Zinsli

Results 3 comments of Francis Zinsli

This is still an issue and the potential fix still works, just ran into it attempting to read 90k bytes from an android client.

For ArrayView2D DenseY matches how C# organizes 2d arrays, this removed the need for a transpose operation when GetAsArray2D is called. For 3D arrays I believe the ~~DenseYX~~ DenseZY stride...

My new documentation which should be merged in the next few days covers this already! If you want to view it before it gets merged it is available [here](https://github.com/NullandKale/ILGPUWiki/tree/1.0.0-beta). [This](https://github.com/NullandKale/ILGPUWiki/blob/1.0.0-beta/Tutorial_02.md#tutorial-02-memorybuffers-and-arrayviews)...