Inheritance: IGraphicsBuffer
Exemplo n.º 1
0
 public Rasterizer(int width, int height)
 {
     frameBuffer = new GrahpicsBuffer(width, height);
 }
Exemplo n.º 2
0
 public Rasterizer(int width, int height)
 {
     frameBuffer = new GrahpicsBuffer(width, height);
 }