コード例 #1
0
 public void vertexAttrib2fv(int indx, Web.Float32Array values)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void uniform2fv(Web.WebGLUniformLocation location, Web.Float32Array v)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void uniformMatrix2fv(Web.WebGLUniformLocation location, bool transpose, Web.Float32Array value)
 {
     throw new NotImplementedException();
 }