UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
542 stars 46 forks source link

Texture2D SetData ignore offset and count parameters #67

Closed Scellow closed 6 years ago

Scellow commented 6 years ago

https://github.com/tlgkccampbell/ultraviolet/blob/develop/Source/Ultraviolet.OpenGL/Shared/Graphics/OpenGLTexture2D.cs#L449

tlgkccampbell commented 6 years ago

This is very old code that was needlessly bloated with a bunch of functionality that was never being used, so I just ripped most of it out and rewrote what was left. The next release should fix this issue.