public static unsafe void LoadTexture(GSTexture texture, int unit) { IntPtr ptr = IntPtr.Zero; if (texture != null) { ptr = texture.GetPointer(); } libobs.gs_load_texture(ptr, unit); }
public static unsafe void LoadTexture(GSTexture texture, int unit) { IntPtr ptr = IntPtr.Zero; if (texture != null) ptr = texture.GetPointer(); libobs.gs_load_texture(ptr, unit); }