Roel Hacking
Results
2
comments of
Roel Hacking
Hmm, I can see why it would be better to do it like this (as indeed `byteStride` is only there for `ArrayBuffer`), but then you can't access, say, the `buffer`...
Ah, I didn't know you could that. I solved it like this now: ```Haxe typedef BufferViewRaw = { var buffer : Int; var byteLength : Int; var byteOffset : Int;...