dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
753 stars 300 forks source link

Textures: When loading from System.Drawing.Bitmap ``pixelData`` is null. #171

Open AraHaan opened 4 years ago

AraHaan commented 4 years ago

When Textures are involved for some reason the pixelData member on it is null.

AraHaan commented 4 years ago

Seems even with that thing being null the data is assigned to an OpenGL object anyway.