C# Class SnapNGLView.DynamicTexture

Inheritance: NewTOAPIA.GL.GLTexture
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
Bind ( ) : void
DynamicTexture ( GraphicsInterface gi, int width, int height, int bytesPerPixel ) : System
Unbind ( ) : void
UpdateImage ( PixelAccessorBGRb accessor ) : void

Private Methods

Méthode Description
Resize ( int width, int height, IntPtr pixels, int bytesPerPixel ) : void

Method Details

Bind() public méthode

public Bind ( ) : void
Résultat void

DynamicTexture() public méthode

public DynamicTexture ( GraphicsInterface gi, int width, int height, int bytesPerPixel ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
bytesPerPixel int
Résultat System

Unbind() public méthode

public Unbind ( ) : void
Résultat void

UpdateImage() public méthode

public UpdateImage ( PixelAccessorBGRb accessor ) : void
accessor PixelAccessorBGRb
Résultat void