



byte[] again?unmanaged type
byte[] and whatnot, i'd like to internally store it all as raw pointersbyte[]byte[]unmanagedobject local = new();
object* ptr = &local;
PassToNative(ptr);struct TextureData {
void* DataPointer:
}
public Texture CreateTexture(blah stuff, TextureData* datas);