public void BindDefault() { Bind(Target, 0); CurrentBuffer = null; }
public void Bind() { Bind(Target, _Handle); CurrentBuffer = this; }