Exemplo n.º 1
0
 public override void Bind()
 {
     Gl.BindBuffer(0x8893, identifier);
     CurrentlyBound = this;
 }
Exemplo n.º 2
0
 public override void Bind()
 {
     Gl.BindBuffer((int)bufType, identifier);
 }