OpenTk texture not display the image
问题 OpenTk texture not display the image It shows only a white triangle, but not with the image i try to load. Here is my code: using System; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using OpenTK; using OpenTK.Graphics; using OpenTK.Graphics.OpenGL; using OpenTK.Input; namespace StarterKit{ class Game : GameWindow { uint Texture; public Game() : base(800, 600, GraphicsMode.Default, "OpenTK Quick Start Sample") { VSync =