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