Beispiel #1
0
 public LTexture(LImage pix, Format format)
     : this(GLLoader.GetTextureData(pix), format)
 {
 }
Beispiel #2
0
 public LTexture(string res, Format format)
     : this(GLLoader.GetTextureData(res), format)
 {
 }