StbSharp
StbSharp copied to clipboard
C# port of the famous C framework
在unity中
你好,我目前正在使用Unity3d,并试图使用StbSharp加载一个纹理,加载后的纹理是FilpY的效果 UnityEngine.Texture2D texture2D = new UnityEngine.Texture2D(Image.Width, Image.Height); texture2D.SetPixels32(ToColors(Image.Data)); texture2D.Apply(); 有什么解决方法吗?
Hello. Just downloaded master. Trying to run Tests exe file and getting: https://i.imgur.com/CsVQYvR.png What I do wrong? Put some images to TestImages, just in case - https://i.imgur.com/WC6Jtwf.png Something wrong with...
Hey, Im currently working with OpenTK and trying to use StbSharp to load a texture(in dot net core 2) i have tried using ```cs private byte[] LoadTexture(string filename, out int...