C# Class CSharpGL.NullImageFiller

build texture's content with IntPtr.Zero.
Inheritance: ImageFiller
Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
Fill ( ) : void

NullImageFiller ( int width, int height, uint internalFormat, uint format, uint type ) : System

build texture's content with IntPtr.Zero.

Method Details

Fill() public méthode

public Fill ( ) : void
Résultat void

NullImageFiller() public méthode

build texture's content with IntPtr.Zero.
public NullImageFiller ( int width, int height, uint internalFormat, uint format, uint type ) : System
width int
height int
internalFormat uint
format uint
type uint
Résultat System