public void BindBufferRange(int target, int index, WebGLBuffer buffer, long offset, long size)
 {
 }
Exemplo n.º 2
0
 public bool IsBuffer(WebGLBuffer buffer)
 {
     return(false);
 }
 public void BindBufferBase(int target, int index, WebGLBuffer buffer)
 {
 }
Exemplo n.º 4
0
 public void DeleteBuffer(WebGLBuffer buffer)
 {
 }
Exemplo n.º 5
0
 public void BindBuffer(int target, WebGLBuffer buffer)
 {
 }
Exemplo n.º 6
0
 public bool IsBuffer(WebGLBuffer buffer)
 {
     return false;
 }
Exemplo n.º 7
0
 public void DeleteBuffer(WebGLBuffer buffer)
 {
 }
Exemplo n.º 8
0
 public void BindBuffer(uint target, WebGLBuffer buffer)
 {
 }
Exemplo n.º 9
0
 public void BindBufferRange(int target, int index, WebGLBuffer buffer, long offset, long size)
 {
 }
Exemplo n.º 10
0
 public void BindBufferBase(int target, int index, WebGLBuffer buffer)
 {
 }