Example #1
0
 public void texImage2D(
     int target,
     int level,
     int internalformat,
     int format,
     int type,
     Web.HTMLImageElement image)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void texSubImage2D(
     int target,
     int level,
     double xoffset,
     double yoffset,
     int format,
     int type,
     Web.HTMLImageElement image)
 {
     throw new NotImplementedException();
 }