Exemplo n.º 1
0
 public void RaiseEvent(BaseBuffer baseBuffer, bool immediate)
 {
     this.graph.RaiseGraphBuffersChanged(this.args);
 }
Exemplo n.º 2
0
 public void BindBuffer(BaseBuffer B)
 {
     gl.BindBuffer((uint)B.BType,B.B);
 }