C# Class CSharpGL.NullImageFiller

build texture's content with IntPtr.Zero.
Inheritance: ImageFiller
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method 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 method

public Fill ( ) : void
return void

NullImageFiller() public method

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
return System