Silk.NETS
Silk.NET3y ago
Kai

I don't see how this is different from the `RefMut<sbyte>` type at runtime? It's just a `ref byte` o

I don't see how this is different from the
RefMut<sbyte>
type at runtime? It's just a
ref byte
on the inside (or a readonly ref byte in this case, but same same)
Was this page helpful?