Beispiel #1
0
 public void compressedTexSubImage2D(
     int target,
     int level,
     double xoffset,
     double yoffset,
     int width,
     int height,
     int format,
     Web.ArrayBufferView data)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void texSubImage2D(
     int target,
     int level,
     double xoffset,
     double yoffset,
     int width,
     int height,
     int format,
     int type,
     Web.ArrayBufferView pixels)
 {
     throw new NotImplementedException();
 }