예제 #1
0
 public Sprite(string fileName)
 {
     bitmap    = new Surface(fileName);
     textureID = bitmap.GenTexture();
 }