Пример #1
0
 public void Allocate(int size)
 {
     bufferRangeGL.Allocate(size);
     bufferRangeRL.Allocate(size);
 }