C# Class Vector.Gpu.RenderBuffer

Vector.Graphics.RenderBuffer.
Inheritance: IDisposable
Afficher le fichier Open project: sinclairzx81/vector-cs

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

RenderBuffer() public méthode

public RenderBuffer ( Device device, int width, int height ) : System
device Device
width int
height int
Résultat System

RenderBuffer() public méthode

public RenderBuffer ( Device device, int width, int height, int samples ) : System
device Device
width int
height int
samples int
Résultat System