C# Class Vector.Gpu.RenderBuffer

Vector.Graphics.RenderBuffer.
Inheritance: IDisposable
Exibir arquivo Open project: sinclairzx81/vector-cs

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
RenderBuffer ( Device device, int width, int height ) : System
RenderBuffer ( Device device, int width, int height, int samples ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

RenderBuffer() public method

public RenderBuffer ( Device device, int width, int height ) : System
device Device
width int
height int
return System

RenderBuffer() public method

public RenderBuffer ( Device device, int width, int height, int samples ) : System
device Device
width int
height int
samples int
return System