OpenGL11Device LoadTextureInNativePlatformFormat Method (Int32, Int32, IntPtr, Boolean)Delta Engine Documentation
Load texture from native Bgra data coming from the Bitmap load function. On most platforms the native format is Rgba (just Windows uses Brga) and we want to avoid any conversion so the data stays in its native format unless not supported (ES needs Rgba even on Windows).

Namespace: DeltaEngine.Graphics.BaseOpenGL11
Assembly: DeltaEngine.Graphics.BaseOpenGL11 (in DeltaEngine.Graphics.BaseOpenGL11.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract void LoadTextureInNativePlatformFormat(
	int width,
	int height,
	IntPtr data,
	bool hasAlpha
)
See Also